summaryrefslogtreecommitdiff
path: root/themes/hugo-book/layouts/taxonomy/list.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--themes/hugo-book/layouts/taxonomy/list.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/hugo-book/layouts/taxonomy/list.html b/themes/hugo-book/layouts/taxonomy/list.html
new file mode 100644
index 0000000..1d3e763
--- /dev/null
+++ b/themes/hugo-book/layouts/taxonomy/list.html
@@ -0,0 +1,13 @@
+{{ define "main" }}
+<article class="markdown book-post">
+ <h1>{{ .Title | title }}</h1>
+ {{ $taxonomies := index .Site.Taxonomies .Page.Type }}
+ {{ range $taxonomies }}
+ <div><a href="{{ .Page.Permalink }}">{{ .Page.Title }} <sup>{{ .Count }}</sup></a></div>
+ {{ end }}
+</article>
+{{ end }}
+
+{{ define "toc" }}
+ {{ partial "docs/taxonomy" . }}
+{{ end }}
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.