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 %} +

{{ articleTitle or pageTitle or title }}

+ {% if isArticle %} -

{{ articleTitle }}

Posted on {{ date | formatDate }} by {{ sitemeta.siteAuthor.name }} {% if updated %} @@ -27,7 +28,6 @@

{{ content | emojiReadTime }}

{% else %} -

{{ pageTitle or title }}

{% if desc %}

{{ desc }}

{% endif %}