From b4140bf341931dfa10061634e71ebb0d6d7168a6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 8 Nov 2021 09:18:42 +0300 Subject: posts: separate category & date visually --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html index 1d874d0..49c06be 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -10,7 +10,7 @@ layout: default {% if page.category %}  {{ page.category }} {% endif %} -  {{ page.date | date: '%-d %b %Y' }} +   {{ page.date | date: '%-d %b %Y' }}

-- cgit v1.2.3