diff options
Diffstat (limited to 'layouts/partials/pageinfo')
-rw-r--r-- | layouts/partials/pageinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/pageinfo b/layouts/partials/pageinfo index c512b88..269b04e 100644 --- a/layouts/partials/pageinfo +++ b/layouts/partials/pageinfo @@ -1,2 +1,2 @@ {{ $dateFormat := .Site.Params.dateFormat | default "2 Jan 2006" -}} -📆 {{ .Page.PublishDate.Format $dateFormat | safeHTML }} | ⏱️ {{ .Page.ReadingTime | safeHTML }} minute read
\ No newline at end of file +{{ emojify ":calendar:" }} {{ .Page.PublishDate.Format $dateFormat | safeHTML }} | {{ emojify ":stopwatch:" }} {{ .Page.ReadingTime | safeHTML }} minute read
\ No newline at end of file |