fix: allow emoji to be used in i18n override

This commit is contained in:
Jixun Wu 2021-12-31 19:48:26 +00:00
parent 31bb3493eb
commit eaafa7cfde
4 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@
{{ end }}
{{ if and (.Truncated) (.Site.Params.readMore) }}
<div class="read-more">
<a class="u-url" href="{{ .RelPermalink }}">{{ i18n "readMore" | humanize }}</a>
<a class="u-url" href="{{ .RelPermalink }}">{{ i18n "readMore" }}</a>
</div>
{{ end }}