From 18f055ff25ac83975b5466213cdef287c4802a13 Mon Sep 17 00:00:00 2001 From: Martin Janiczek Date: Tue, 27 Jun 2023 14:31:04 +0200 Subject: [PATCH] Bring the page title and date back --- _layouts/post.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 500dce4..42031c5 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,5 +1,15 @@ --- -layout: default +layout: page --- +
+

{{ page.title | escape }}

+ +
+ {{ content }} + {% include navlinks.html %}