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

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/tags.html')
-rw-r--r--layouts/partials/tags.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/tags.html b/layouts/partials/tags.html
new file mode 100644
index 0000000..d675e58
--- /dev/null
+++ b/layouts/partials/tags.html
@@ -0,0 +1,9 @@
+<ul>
+ {{ range .Params.tags }}
+ <li>
+ <a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">
+ {{- . -}}
+ </a>
+ </li>
+ {{ end }}
+</ul> \ No newline at end of file