From 818a19ce97debd0075c18ce262f7e1007128664d Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Sun, 19 Feb 2017 11:42:14 +0100 Subject: [PATCH] Add tag taxonomy --- layouts/taxonomy/tag.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 layouts/taxonomy/tag.html 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