js html sanitize, updated config, gravatar support, layout change

This commit is contained in:
Matthew Scragg 2013-10-03 20:19:33 -05:00
parent afa4da4869
commit 27ced9d90e
12 changed files with 234 additions and 21 deletions

View file

@ -1,5 +1,6 @@
{% extends 'layout.html' %}
{% block js %}
<script src="/static/js/html-css-sanitizer-minified.js"></script>
<script src="/static/js/ace/ace.js"></script>
<script src="/static/js/ace/mode-markdown.js"></script>
<script src="/static/js/keymaster.min.js"></script>