From 7851ef3fd924987468b377b890cb37962805e6dc Mon Sep 17 00:00:00 2001 From: Yaroslsav-95 Date: Mon, 8 Oct 2018 10:30:16 +0300 Subject: floating sidebar --- weblog/templates/weblog/weblog.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'weblog/templates') diff --git a/weblog/templates/weblog/weblog.html b/weblog/templates/weblog/weblog.html index 035ca20..e1907c6 100755 --- a/weblog/templates/weblog/weblog.html +++ b/weblog/templates/weblog/weblog.html @@ -21,7 +21,10 @@ {% endblock %} {% if show_sidebar %} -
+ {% if floating_sidebar %} + + {% endif %} +
{% if show_categories %} {% if category %} {% if category == 'misc' %} @@ -39,4 +42,15 @@
{% endif %}
+{% if floating_sidebar %} + +{% endif %} {% endblock %} -- cgit v1.2.3