From 909b73b33fc325b82dfbe20cff2ac45a53e4fdc8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 9 Apr 2021 00:52:04 +0300 Subject: category.html should be an include, not a layout This is similar to posts.html. --- _layouts/category.html | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 _layouts/category.html (limited to '_layouts/category.html') diff --git a/_layouts/category.html b/_layouts/category.html deleted file mode 100644 index 5be0ddc..0000000 --- a/_layouts/category.html +++ /dev/null @@ -1,14 +0,0 @@ ---- -layout: default ---- -

{{ page.title }}

-
-

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

-{% if site.categories[page.category].size > 0 %} - -{% endif %} -

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

-- cgit v1.2.3