From 2568eb78eac1b2fa16cb769637b76fefbf828a53 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 3 Jan 2013 14:05:04 -0500 Subject: Basic template glue for Disqus. --- .templates/document.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .templates/document.html (limited to '.templates') diff --git a/.templates/document.html b/.templates/document.html new file mode 100644 index 0000000..8051277 --- /dev/null +++ b/.templates/document.html @@ -0,0 +1,20 @@ +{% extends 'markdoc-default/document.html' %} +{% block body_footer %} +
+
+ + +comments powered by Disqus +
+{{ super() }} +{% endblock %} \ No newline at end of file -- cgit v1.2.3