From 87d55dc1b5dd59730d3fb973292ba12babfcf9cf Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Wed, 3 Jul 2019 15:36:54 +0800 Subject: + update --- _templates/layout.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to '_templates/layout.html') diff --git a/_templates/layout.html b/_templates/layout.html index 9989f50..a6dba1c 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -33,11 +33,7 @@ {{ sidebar() }} {%- block document %}
- {%- if render_sidebar %} -
- {%- endif %} - -
+
{% block body %} {% endblock %}
@@ -49,10 +45,7 @@ Made w/Made w/
-
- {%- if render_sidebar %}
- {%- endif %}
{%- endblock %}
@@ -63,6 +56,4 @@ {%- endblock %} {%- block footer %} - - {%- endblock %} -- cgit v1.2.3