From 1717a243a6e6ee42e086057c356eb4dfe4c94250 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Thu, 18 Jan 2018 11:07:20 +0800 Subject: + init --- _templates/layout.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to '_templates') diff --git a/_templates/layout.html b/_templates/layout.html index 76c2c34..c70b8a2 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -2,7 +2,7 @@ {% extends "!layout.html" %} {# Include our new CSS file into existing ones. #} -{% set css_files = css_files + ['_static/flexboxgrid.min.css', '_static/git-pull.css']%} +{% set css_files = css_files + ['_static/flexboxgrid.min.css', '_static/git-pull.css', '_static/han.min.css']%} @@ -17,11 +17,16 @@ + +{%- block doctype -%} + +{%- endblock %} + {%- block content %} {%- if theme_fixed_sidebar|lower == 'true' %}
@@ -31,7 +36,7 @@ {%- if render_sidebar %}
{%- endif %} -
+
{% block body %} {% endblock %}
+
{%- if render_sidebar %}
@@ -52,4 +58,8 @@ {%- else %} {{ super() }} {%- endif %} -{%- endblock %} \ No newline at end of file +{%- endblock %} + +{%- block footer -%} + +{%- endblock %} -- cgit v1.2.3