From 72f7f01476de1715db939449b034c444207e6f11 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Sep 2019 14:46:26 +0300 Subject: minor markup & wording fixes --- all/index.html | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'all') diff --git a/all/index.html b/all/index.html index 9188f3d..9ba7848 100644 --- a/all/index.html +++ b/all/index.html @@ -1,16 +1,21 @@ --- -title: Categories +title: All posts groups: - navbar -navbar_link:  Categories +navbar_link:  Posts navbar_priority: 2 --- -{% for category in site.categories %} -

{{ category[0] }}

-
- -{% endfor %} +{% if site.categories.size != 0 %} + {% for category in site.categories %} +

{{ category[0] }}

+
+ + {% endfor %} +{% else %} +

Sorry, no posts have been added yet.

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