From 6c2f461aa8f20587afbc2ebc533b6d0b8c2bfee2 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 3 Jan 2013 14:30:02 -0500 Subject: Style fixups. --- .templates/base.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .templates/base.html (limited to '.templates/base.html') diff --git a/.templates/base.html b/.templates/base.html new file mode 100644 index 0000000..39c5ae9 --- /dev/null +++ b/.templates/base.html @@ -0,0 +1,5 @@ +{% extends 'markdoc-default/base.html' %} +{% block css %} +{{ super() }} +{{ html.cssimport(make_relative("/media/css/comments.css")) }} +{% endblock %} -- cgit v1.2.3