Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/taxonomy.html')
-rw-r--r--layouts/_default/taxonomy.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
new file mode 100644
index 0000000..a54dc4f
--- /dev/null
+++ b/layouts/_default/taxonomy.html
@@ -0,0 +1,12 @@
+{{ partial "header.html" . }}
+<h2>
+ <span class="list-heading-type">{{ .Section }}:</span>
+ <span class="list-heading-tag">{{ .Title }}</span>
+</h2>
+
+<div id="content">
+ {{ range.Pages }}
+ {{ .Render "li" }}
+ {{ end }}
+</div>
+{{ partial "footer.html" . }}