From 53b6e279056e8d5a542ccd39e04270c6c40ccefa Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:11:29 +0800 Subject: [PATCH] Refactor h1 headings in the content template --- src/_includes/global/content.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_includes/global/content.njk b/src/_includes/global/content.njk index ac722def..367f48fa 100644 --- a/src/_includes/global/content.njk +++ b/src/_includes/global/content.njk @@ -10,8 +10,9 @@ {% endif %} +
Posted on {{ date | formatDate }} by {{ sitemeta.siteAuthor.name }} {% if updated %} @@ -27,7 +28,6 @@
{{ content | emojiReadTime }}
{{ desc }}
{% endif %}