From fcb49b926c4ec4325f56de27ef7e4b5cae5bd155 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 8 Nov 2021 17:47:58 +0300 Subject: posts: use CSS for space between category and date --- _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 2c0122e..133a95b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,7 +8,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