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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/tags.html b/layouts/partials/tags.html
index 048e12f..25366c0 100644
--- a/layouts/partials/tags.html
+++ b/layouts/partials/tags.html
@@ -1,6 +1,7 @@
<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>
+ <!-- supports emoji -->
+ <a class="button is-link code" href="{{ "/tags/" | relURL }}{{ . | urlize }}">{{ . | emojify }}</a>
{{ end }}
</div> \ No newline at end of file