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 --- _includes/posts/posts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/posts/posts.html') diff --git a/_includes/posts/posts.html b/_includes/posts/posts.html index 724edc6..39dd858 100644 --- a/_includes/posts/posts.html +++ b/_includes/posts/posts.html @@ -6,7 +6,7 @@

{{ post.title }}

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

{{ post.excerpt | markdownify }}
-- cgit v1.2.3