From fdfed03411884c7c6da48f08e38f75c9ab2f35f7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 8 Nov 2021 09:05:51 +0300 Subject: put post dates beside the headers --- _layouts/post.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 6c4737d..8ec7626 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,10 +1,18 @@ --- layout: default --- -

{{ page.title }}

-

-  Posted on {{ page.date | date: '%-d %B %Y' }} - {%- if page.category %} in  {{ page.category }}{% endif %} -

+
+
+

{{ page.title }}

+
+ +
{{ content }}
-- cgit v1.2.3