diff --git a/layouts/taxonomy/tag.html b/layouts/taxonomy/tag.html new file mode 100644 index 0000000..48f7a83 --- /dev/null +++ b/layouts/taxonomy/tag.html @@ -0,0 +1,19 @@ +{{ partial "head.html" . }} + +
+ {{ partial "header.html" . }} +
+
+
+ #{{ .Title }} +
+
+ {{ range .Data.Pages }} + {{ partial "li.html" . }} + {{ end }} +
+
+ {{ partial "footer.html" . }} +
+ + \ No newline at end of file