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

github.com/mikeblum/hugo-now.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.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/tags.html b/layouts/partials/tags.html
new file mode 100644
index 0000000..048e12f
--- /dev/null
+++ b/layouts/partials/tags.html
@@ -0,0 +1,6 @@
+<div class="tags text-muted">
+ <i class="fa fa-tags" aria-hidden="true"></i>
+ {{ range . }}
+ <a class="button is-link code" href="{{ "/tags/" | relURL }}{{ . | urlize }}">{{ . }}</a>
+ {{ end }}
+</div> \ No newline at end of file