diff --git a/src/_includes/global/content.njk b/src/_includes/global/content.njk
new file mode 100644
index 00000000..63f45e2e
--- /dev/null
+++ b/src/_includes/global/content.njk
@@ -0,0 +1,65 @@
+ Posted on {{ date | niceDate }} by {{ sitemeta.siteAuthor.name }}
+ {% if updated %}
+ • Last updated on {{ updated | niceDate }} Categories:
+ {% for cat in categories %}
+ {{ cat }}{% if not loop.last %}, {% endif %}
+ {% endfor %}
+ {{ content | emojiReadTime }} {{ desc }}{{ articleTitle }}
+ {{ pageTitle or title }}
+ {% if desc %}
+
Posted on {{ date | niceDate }} by {{ sitemeta.siteAuthor.name }} - {% if updated %} - • Last updated on {{ updated | niceDate }}
- {% endif %} - {% if categories %} -Categories: - {% for cat in categories %} - {{ cat }}{% if not loop.last %}, {% endif %} - {% endfor %} -
- {% endif %} -{{ content | emojiReadTime }}
-{{ desc }}
- {% endif %} - {% endif %} -