From 512feb4e54081d358ef5df0160673a02b7a58aee Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 9 Apr 2021 01:53:33 +0300 Subject: bump jekyll-theme --- all/index.html | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'all') diff --git a/all/index.html b/all/index.html index 71e24f2..98b96ba 100644 --- a/all/index.html +++ b/all/index.html @@ -1,21 +1,9 @@ --- title: All posts +layout: default groups: - navbar navbar_link:  Posts navbar_priority: 2 --- -{% if site.categories.size != 0 %} - {% for category in site.categories %} -

{{ category[0] }}

-
- - {% endfor %} -{% else %} -

Sorry, no posts have been added yet.

-
-{% endif %} +{% include categories/categories.html %} -- cgit v1.2.3