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

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/body/tags.html')
-rw-r--r--layouts/partials/body/tags.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/body/tags.html b/layouts/partials/body/tags.html
index 0859aaf..7f94bf6 100644
--- a/layouts/partials/body/tags.html
+++ b/layouts/partials/body/tags.html
@@ -1,9 +1,9 @@
{{ $taxo := "tags" }}
<ul class="single__tags caption">
{{ if .Params.tags }}
- 🏷️
+ {{ ($.Site.Params.tagIcon | safeHTML) | default "🏷️" }}
{{ end }}
{{ range (.GetTerms "tags") }}
<li><a href="{{ .Permalink }}" class="single__tag" title="{{ .LinkTitle }}">#{{ .LinkTitle }}</a></li>
{{ end }}
-</ul> \ No newline at end of file
+</ul>