title support emoji

This commit is contained in:
weibin
2022-03-22 21:03:45 +08:00
parent 765b28f663
commit e12ad76790
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
{{- range first 5 $pages -}}
<article class="archive-item">
<a href="{{ .RelPermalink }}" class="archive-item-link">
{{- .Title -}}
{{- .Title | emojify -}}
</a>
</article>
{{- end -}}