From 3c422480bdfef5e599d0c5c5acbd1f724df9208d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sun, 7 Oct 2018 01:27:19 +0300 Subject: breadcrumbs, small fixes --- weblog/templates/weblog/sidebar_categories.html | 8 ++++---- weblog/templates/weblog/weblog.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'weblog/templates') diff --git a/weblog/templates/weblog/sidebar_categories.html b/weblog/templates/weblog/sidebar_categories.html index 7e7fa5c..370d6b8 100755 --- a/weblog/templates/weblog/sidebar_categories.html +++ b/weblog/templates/weblog/sidebar_categories.html @@ -1,11 +1,11 @@ {% load i18n %} {% if categories %}

{% trans 'Categories' context 'Post categories' %}

-
+
-{% endif %} \ No newline at end of file +{% endif %} diff --git a/weblog/templates/weblog/weblog.html b/weblog/templates/weblog/weblog.html index a9acbdf..035ca20 100755 --- a/weblog/templates/weblog/weblog.html +++ b/weblog/templates/weblog/weblog.html @@ -5,14 +5,14 @@ {% block blog_block %}
-- cgit v1.2.3