mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
title support emoji
This commit is contained in:
parent
faa7a679fa
commit
765b28f663
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
{{- range .Pages -}}
|
||||
<article class="archive-item">
|
||||
<a href="{{ .RelPermalink }}" class="archive-item-link">
|
||||
{{- .Title -}}
|
||||
{{- .Title | emojify -}}
|
||||
</a>
|
||||
<span class="archive-item-date">
|
||||
{{- $.Site.Params.section.dateFormat | default "01-02" | .Date.Format -}}
|
||||
|
|
Loading…
Reference in a new issue