fix(config.toml): typo Licenced -> Licensed (#22)

This commit is contained in:
ress
2020-10-03 22:24:28 +02:00
committed by GitHub
parent f92fb41fd7
commit c2e8d7fc5b
+2 -2
View File
@@ -25,7 +25,7 @@ DefaultContentLanguage = "en" # Theme i18n support
math = false math = false
[params.article.license] [params.article.license]
enabled = true enabled = true
default = "Licenced under CC BY-NC-SA 4.0" default = "Licensed under CC BY-NC-SA 4.0"
[params.comments] [params.comments]
enabled = true enabled = true
# Only Disqus is available so far # Only Disqus is available so far
@@ -91,4 +91,4 @@ DefaultContentLanguage = "en" # Theme i18n support
[markup] [markup]
[markup.highlight] [markup.highlight]
noClasses = false noClasses = false