From 0082ccf4c67fa46c29862fe2bee0723cf32ccc12 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 30 Jun 2021 08:00:00 +0100 Subject: [PATCH] Display the post date --- source/_layouts/post.html.twig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index 4b813c335..44ab386b0 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -2,7 +2,13 @@ {% block content_wrapper %}
-
+
+
+ +
+
{{ parent() }}