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/categories/categories.html | 2 +- _includes/categories/category.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to '_includes/categories') diff --git a/_includes/categories/categories.html b/_includes/categories/categories.html index 05ef954..960423a 100644 --- a/_includes/categories/categories.html +++ b/_includes/categories/categories.html @@ -1,6 +1,6 @@ {% if site.categories.size != 0 %} {% for category in site.categories %} -

{{ category[0] }}

+

{{ category[0] }}


{% endif %} -

For a complete list of posts grouped by category, please see this page.

+{% if include.archive_link %} +

For a complete list of posts grouped by category, please see this page.

+{% endif %} -- cgit v1.2.3