From 765b28f6637813ba5cbfa013c8ec41338d9b1cbd Mon Sep 17 00:00:00 2001 From: weibin Date: Tue, 22 Mar 2022 11:19:05 +0800 Subject: [PATCH] title support emoji --- layouts/_default/section.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/section.html b/layouts/_default/section.html index 5694317..8bd928e 100644 --- a/layouts/_default/section.html +++ b/layouts/_default/section.html @@ -22,7 +22,7 @@ {{- range .Pages -}}
- {{- .Title -}} + {{- .Title | emojify -}} {{- $.Site.Params.section.dateFormat | default "01-02" | .Date.Format -}}