summaryrefslogtreecommitdiff
path: root/.templates/base.html
diff options
context:
space:
mode:
authorOwen Jacobson <owen.jacobson@grimoire.ca>2013-01-03 14:30:02 -0500
committerOwen Jacobson <owen.jacobson@grimoire.ca>2013-01-03 14:30:02 -0500
commit6c2f461aa8f20587afbc2ebc533b6d0b8c2bfee2 (patch)
tree82f9916abca51ea43eeed8dabd777b63ce5a0921 /.templates/base.html
parent2568eb78eac1b2fa16cb769637b76fefbf828a53 (diff)
Style fixups.
Diffstat (limited to '.templates/base.html')
-rw-r--r--.templates/base.html5
1 files changed, 5 insertions, 0 deletions
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 %}