From 389b617912641e36eaa93f3a2c9b4b9dfa39da05 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Mar 2022 15:21:06 +0300 Subject: separate content from sidebar automatically --- _includes/categories/all.html | 1 - 1 file changed, 1 deletion(-) (limited to '_includes/categories/all.html') diff --git a/_includes/categories/all.html b/_includes/categories/all.html index e21b3f6..32b8ad7 100644 --- a/_includes/categories/all.html +++ b/_includes/categories/all.html @@ -1,6 +1,5 @@ {% if site.posts.size == 0 %}

Sorry, no posts have been added yet.

-
{% else %} {% for category in site.categories %}

{{ category[0] }}

-- cgit v1.2.3