added highlight.js support

This commit is contained in:
Matthew Scragg 2013-10-08 14:47:49 -05:00
parent d30c9d71a6
commit 9d3751f241
11 changed files with 204 additions and 38 deletions

View file

@ -9,7 +9,7 @@
{% block body %}
<div id="page-content" style="display:none">
{{ page.data|safe }}
{{ page.data }}
</div>
{% endblock %}