From a8f67d73413974bbe2f96076d9b7a05aa2813455 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Thu, 18 Jan 2018 14:42:14 +0800 Subject: + init --- _templates/layout.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/_templates/layout.html b/_templates/layout.html index d109cf2..23e48f6 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -17,7 +17,6 @@ - @@ -29,14 +28,14 @@ {%- block content %} {%- if theme_fixed_sidebar|lower == 'true' %} -
+
{{ sidebar() }} {%- block document %}
{%- if render_sidebar %}
{%- endif %} -
+
{% block body %} {% endblock %}
-
{%- if render_sidebar %}
@@ -62,7 +60,4 @@ {%- block footer -%} - {%- endblock %} -- cgit v1.2.3