diff options
| author | Track3 <pengliabc@live.cn> | 2019-02-21 22:31:59 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2019-02-21 22:31:59 +0800 |
| commit | 39cbfb324a96c6e039987df9dfacb67612d34045 (patch) | |
| tree | 5ce76696c2e7930c340f56fe58719debf8d2e8f2 | |
| parent | ad75aca5c2d4cd7a9919e990338125376c2d9658 (diff) | |
Fix exampleSite taxonomies configuration
* See #50
| -rw-r--r-- | exampleSite/config.toml | 2 |
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" |
