From 49021944e3b4881486ae27cd48acf9196a0b6ed7 Mon Sep 17 00:00:00 2001
From: la-ninpre
Date: Mon, 23 Aug 2021 20:08:29 +0300
Subject: refactor post layout
add go back link to the heading
instead of list use div.post-header-info (list was not right)
---
_includes/post-preview.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to '_includes/post-preview.html')
diff --git a/_includes/post-preview.html b/_includes/post-preview.html
index 53ed59d..05cc4f1 100644
--- a/_includes/post-preview.html
+++ b/_includes/post-preview.html
@@ -7,7 +7,7 @@
read more...
- {{ post.date | date_to_string }} |
+
{{ post.date | date_to_string }} /
{% for tag in post.tags %}{{tag}}
{% endfor %}
--
cgit v1.2.3