Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Shenoy <shenoybr@users.noreply.github.com>2016-11-10 23:02:34 +0300
committerGitHub <noreply@github.com>2016-11-10 23:02:34 +0300
commitd41367738541bfc82a0d13a4ec7cbc0bb6dabe35 (patch)
tree32338eb1a2a3af021602c331f6e5ac0873d71bb0
parent2f053b381ff68ae9fe9d98f78103823a97c5f8b1 (diff)
parentc6cf2813055cf30e9393476b09a677c2be82c386 (diff)
Merge pull request #7 from dennistang/fix-highlightjs-typo
fix(highlightjs): fix typo in documentation and example of highlightJS parameter
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8729d29..1dbc5a0 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,7 @@ These settings for extra features that this site uses.
- `copyright`: Add a copyright statement to the bottom of the theme. eg. `© 2016. Erlich Bachman. [Some Rights Reserved](http://creativecommons.org/licenses/by/3.0/)."`
- `poweredBy`: Help promote this theme and give the authors credit. eg. `true` or `false`.
-- `hightlightJS`: Use highlightJS to highlight code on your site. eg. `true` or `false`.
+- `highlightJS`: Use highlightJS to highlight code on your site. eg. `true` or `false`.
### Main Menu `[[menu.main]]`
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d6620f2..e003747 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -46,7 +46,7 @@ email = "you@example.com"
[params.extra]
copyright = "© 2016. Erlich Bachman. [Some Rights Reserved](http://creativecommons.org/licenses/by/3.0/)."
poweredBy = true
-hightlightJS = true
+highlightJS = true
## Main Menu
[[menu.main]]