diff options
Diffstat (limited to '_templates/layout.html')
-rw-r--r-- | _templates/layout.html | 5 |
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']%} | ||