aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-09 15:05:10 +0800
committerclarkzjw <[email protected]>2018-01-09 15:05:10 +0800
commit001940f3f01217a85c17e0cf9ef5949adb6ebad4 (patch)
tree6dc17aa540225777f1ab278785bdd5a1ca782226 /_templates/layout.html
parent7a581c4a5efca9615933676dc4ed5411409d2450 (diff)
downloadblog.jinwei.me-001940f3f01217a85c17e0cf9ef5949adb6ebad4.tar.gz
+ init
Diffstat (limited to '_templates/layout.html')
-rw-r--r--_templates/layout.html5
1 files changed, 5 insertions, 0 deletions
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 @@
1{# Import the theme's layout. #}
2{% extends "!layout.html" %}
3
4{# Include our new CSS file into existing ones. #}
5{% set css_files = css_files + ['_static/flexboxgrid.min.css', '_static/git-pull.css']%}
Powered by cgit v1.2.3 (git 2.41.0)