diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-05-22 10:42:48 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-05-22 10:42:48 +0200 |
commit | 8f5aaee7aaf82a8939deb715483a1c45fe45efa8 (patch) | |
tree | 1d5caa81595a9b4f66ea2cc684663356beba44fa | |
parent | ddfb4bafb752629fa6da02a3ae02b11dcaad09cc (diff) |
Add empty taxonomy templates to hide warnings without setting
-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 |