From e43991ee15f4166f0e88938d050b28e3d1d05afa Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 9 Apr 2021 22:52:32 +0300 Subject: categories: adjust links, optional archive link --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts') diff --git a/_layouts/post.html b/_layouts/post.html index 1af112a..6c4737d 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,7 @@ layout: default

{{ page.title }}

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

{{ content }}
-- cgit v1.2.3