diff --git a/templates/shortnotes.html b/templates/shortnotes.html index 1e53707..1285f86 100644 --- a/templates/shortnotes.html +++ b/templates/shortnotes.html @@ -21,7 +21,7 @@ {% if post.draft %}(Draft){% endif %}
- {{ post.content }} + {{ post.content | safe }}
{{ hooks::posts_below_title(page=post) }}