Remove extraneous config key-values in config.toml (continued)

This commit is contained in:
Ryan Watters
2017-03-25 14:53:43 -05:00
parent b14b65960c
commit 2ac2fa9349
+2 -1
View File
@@ -8,6 +8,8 @@ copyright = ""
defaultContentLanguage = "en"
# Set to true to keep url path preserve casing (eg, for sections)
disablePathToLower = false
# Site-level description
description = ""
# Allows use of emoji shorthand directly in content
enableEmoji = true
# Set the unicode character used for the "return" link in page footnotes.
@@ -82,4 +84,3 @@ googleAnalytics = ""
## As of v0.20, all content files include a default "categories" value that's the same as the section. This was a cheap future-proofing method and should/could be changed accordingly.
[taxonomies]
tag = "tags"
category = ""