summaryrefslogtreecommitdiff
path: root/themes/itheme/layouts/taxonomy/terms.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/itheme/layouts/taxonomy/terms.html')
-rw-r--r--themes/itheme/layouts/taxonomy/terms.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/itheme/layouts/taxonomy/terms.html b/themes/itheme/layouts/taxonomy/terms.html
new file mode 100644
index 0000000..a3844db
--- /dev/null
+++ b/themes/itheme/layouts/taxonomy/terms.html
@@ -0,0 +1,15 @@
+{{ define "main" }}
+<div class="results">
+ <div class="results__content">
+ <div class="result" role="group">
+ <h2 class="result__title">“{{ i18n "allTags" }}”</h2>
+ <div class="tags-list">
+ {{ range .Pages }}
+ <a href="/tags/{{.Title | urlize}}">{{ .Title }} ({{ len .Pages}}) </a>
+ {{ end }}
+ </div>
+ </div>
+ </div>
+</div>
+
+{{ end }} \ No newline at end of file