From b4140bf341931dfa10061634e71ebb0d6d7168a6 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Mon, 8 Nov 2021 09:18:42 +0300
Subject: posts: separate category & date visually

---
 _includes/posts/posts.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '_includes')

diff --git a/_includes/posts/posts.html b/_includes/posts/posts.html
index 94c5b01..71a6d9a 100644
--- a/_includes/posts/posts.html
+++ b/_includes/posts/posts.html
@@ -12,7 +12,7 @@
           {% if post.category %}
             <span class="glyphicon glyphicon-folder-open"></span>&nbsp;<a class="category" href="{{ '/' | relative_url }}{{ post.category | slugify: 'pretty' }}/">{{ post.category }}</a>
           {% endif %}
-          <span class="glyphicon glyphicon-time"></span>&nbsp;{{ post.date | date: '%-d&nbsp;%b&nbsp;%Y' }}
+          &nbsp;<span class="glyphicon glyphicon-time"></span>&nbsp;{{ post.date | date: '%-d&nbsp;%b&nbsp;%Y' }}
         </p>
       </div>
     </div>
-- 
cgit v1.2.3