From 001940f3f01217a85c17e0cf9ef5949adb6ebad4 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Tue, 9 Jan 2018 15:05:10 +0800 Subject: + init --- _templates/layout.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _templates/layout.html (limited to '_templates/layout.html') diff --git a/_templates/layout.html b/_templates/layout.html new file mode 100644 index 0000000..872da94 --- /dev/null +++ b/_templates/layout.html @@ -0,0 +1,5 @@ +{# Import the theme's layout. #} +{% extends "!layout.html" %} + +{# Include our new CSS file into existing ones. #} +{% set css_files = css_files + ['_static/flexboxgrid.min.css', '_static/git-pull.css']%} -- cgit v1.2.3