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

github.com/Track3/hermit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrack3 <pengliabc@live.cn>2019-02-21 17:31:59 +0300
committerTrack3 <pengliabc@live.cn>2019-02-21 17:31:59 +0300
commit39cbfb324a96c6e039987df9dfacb67612d34045 (patch)
tree5ce76696c2e7930c340f56fe58719debf8d2e8f2
parentad75aca5c2d4cd7a9919e990338125376c2d9658 (diff)
Fix exampleSite taxonomies configuration
* See #50
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index d8cfb88..1f8be3b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -23,7 +23,7 @@ enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/func
[taxonomies]
tag = "tags"
- category = "" # Categories are disabled by default.
+ # Categories are disabled by default.
[params]
dateform = "Jan 2, 2006"