fix: allow emoji to be used in i18n override
This commit is contained in:
parent
31bb3493eb
commit
eaafa7cfde
4 changed files with 5 additions and 5 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue