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
765b28f663
commit
e12ad76790
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,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.list.dateFormat | default "01-02" | .Date.Format -}}
|
||||
|
|
|
@ -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 -}}
|
||||
|
|
Loading…
Reference in a new issue