From 6ad63397418cc25be478fe4bfa3a8f85909432c439f811ad79a7c48c23ac26e7 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Thu, 10 Nov 2022 00:00:00 +0000 Subject: Replace emojis with the emojify processor This increases code accessibility. --- layouts/partials/pageinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials/pageinfo') 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 -- cgit v1.2.3