From e909f3ff43855634b81d3bd487b073ea35e1aaa3 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Sep 2019 15:04:29 +0300 Subject: move categories pages to /categories/ --- _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 22a753a..c539244 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