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

github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/layouts/techs/terms.html')
-rw-r--r--themes/layouts/techs/terms.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/layouts/techs/terms.html b/themes/layouts/techs/terms.html
new file mode 100644
index 0000000..2ef9be6
--- /dev/null
+++ b/themes/layouts/techs/terms.html
@@ -0,0 +1,12 @@
+{{ partial "header" .}}
+
+ {{ .Content }}
+ <ul id="all-tags">
+ {{ range $name, $taxonomy := .Site.Taxonomies.techs }}
+ {{ with $.Site.GetPage (printf "/techs/%s" $name) }}
+ <li><a href="{{ .Permalink }}">{{ $name | humanize }}</a></li>
+ {{ end }}
+ {{ end }}
+</ul>
+
+{{ partial "footer" .}} \ No newline at end of file