summaryrefslogtreecommitdiff
path: root/layouts/taxonomy.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/taxonomy.html')
-rw-r--r--layouts/taxonomy.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/taxonomy.html b/layouts/taxonomy.html
new file mode 100644
index 0000000..a284e36
--- /dev/null
+++ b/layouts/taxonomy.html
@@ -0,0 +1,8 @@
+
+{{ define "main" }}
+ <h1>{{ .Data.Plural | title }}</h1>
+ <hr>
+ {{ .Content }}
+ {{ partial "list-terms.html" . }}
+{{ end }}
+