Skip to content

Commit 3199e4e

Browse files
authored
Disable taxonomy index page (#323)
We do not currently provide a layout for the taxonomy index page. That can be changed by adding `layouts/_default/taxonomy.html` See - https://gohugo.io/content-management/taxonomies/#default-taxonomies - https://gohugo.io/templates/lookup-order/ Closes #314
1 parent d9f4bd3 commit 3199e4e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
disableKinds:
2+
- taxonomy
13
params:
24
fadeFrontPage: false
35
images:

0 commit comments

Comments
 (0)