diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | layouts/taxonomy/list.html | 0 | ||||
-rw-r--r-- | layouts/taxonomy/taxonomy.html | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -110,8 +110,8 @@ disablePathToLower = true # information on 'doc' type pages. enableGitInfo = true -# (Warnings) Theme is intended for documentation use, there for it doesn't render taxonomy. -# You can hide related warning with config below +# (Optional) Theme is intended for documentation use, therefore it doesn't render taxonomy. +# You can remove related files with config below disableKinds = ['taxonomy', 'taxonomyTerm'] [params] diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/layouts/taxonomy/list.html diff --git a/layouts/taxonomy/taxonomy.html b/layouts/taxonomy/taxonomy.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/layouts/taxonomy/taxonomy.html |