From 9e4dcb0c9a714efa73578832f35829c3e0c598ed Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Feb 2018 04:48:46 +0300 Subject: add post dates to category pages --- _layouts/category.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_layouts') diff --git a/_layouts/category.html b/_layouts/category.html index dbb7825..b58f691 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -1,12 +1,12 @@ {% include common/header.html %}
-

{{ page.title }}

+

Category: {{ page.title }}

This is a complete list of posts in the "{{ page.category }}" category.

{% if site.categories[page.category].size > 0 %} {% else %} -- cgit v1.2.3