From 879826b0e120fbe7f0e619faec13a9f35dce1ee3 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sat, 31 Dec 2016 13:05:36 -0800 Subject: Restore "coding-now" theme; remove spurious submodule This reverts commit 20ddb53d20c3e56dacc7fb488746156749391211. --- coding-now/templates/base.html | 58 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 coding-now/templates/base.html (limited to 'coding-now/templates/base.html') diff --git a/coding-now/templates/base.html b/coding-now/templates/base.html new file mode 100644 index 0000000..a20bf63 --- /dev/null +++ b/coding-now/templates/base.html @@ -0,0 +1,58 @@ + + + + + {% block title %} {{ SITENAME }}{% endblock %} + + + + + + + + + + + + + + + + + + + + + + + + +
+ {% block container %} + {% endblock %} +
+ +{% block footer %} +{% endblock %} + + -- cgit