fix some html being escaped

This commit is contained in:
Gered 2013-07-29 18:35:27 -04:00
parent 59c187dcf2
commit 8137fcf0f9
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>blarg.ca{{html-title|default:""}}</title>
<title>blarg.ca{{html-title|default:""|safe}}</title>
<link href="{{context}}/rss" rel="alternate" title="blarg.ca" type="application/rss+xml" />
<link href="{{context}}/css/bootstrap.min.css" rel="stylesheet" type="text/css" />

View file

@ -26,7 +26,7 @@
</div>
<div class="content">
{{post.body|md-to-html}}
{{post.body|md-to-html|safe}}
</div>
<div class="footer">