fix: fix unicode broken tags

This commit is contained in:
JawadNoor 2022-12-29 10:27:55 +06:00
parent dc43737896
commit 5663927cee

View File

@ -15,7 +15,7 @@
</p> </p>
<ul class="tags"> <ul class="tags">
{{ range (.GetTerms "tags") }} {{ range (.GetTerms "tags") }}
<li><a href="{{ .Permalink }}">{{ .LinkTitle | humanize }}</a></li> <li><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></li>
{{ end }} {{ end }}
</ul> </ul>
{{partial "toc.html" .}} {{partial "toc.html" .}}