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 +++++ _templates/more.html | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 _templates/layout.html create mode 100644 _templates/more.html (limited to '_templates') 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']%} diff --git a/_templates/more.html b/_templates/more.html new file mode 100644 index 0000000..e6bb217 --- /dev/null +++ b/_templates/more.html @@ -0,0 +1,11 @@ +{% extends '!more.html' %} +{% block projects_header %}

Projects

{% endblock %} + +{% block more_content %} + +Follow @clarkzjw + + + +Tweets by clarkzjw +{% endblock %} -- cgit v1.2.3