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/article.html | 41 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 coding-now/templates/article.html (limited to 'coding-now/templates/article.html') diff --git a/coding-now/templates/article.html b/coding-now/templates/article.html new file mode 100644 index 0000000..909ed24 --- /dev/null +++ b/coding-now/templates/article.html @@ -0,0 +1,41 @@ +{% extends 'base.html' %} + +{% block title %} {{ article.title|striptags }}{% endblock title %} + +{% block container %} +
+ +


+
+{% endblock container %} + +{% block footer %} + {% include '_includes/footer.html' %} +{% endblock %} \ No newline at end of file -- cgit