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>
<ul class="tags">
{{ range (.GetTerms "tags") }}
<li><a href="{{ .Permalink }}">{{ .LinkTitle | humanize }}</a></li>
<li><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></li>
{{ end }}
</ul>
{{partial "toc.html" .}}