shortnotes

This commit is contained in:
Lukas 2024-03-24 15:45:15 -04:00
parent cb83efaa58
commit dbfa0ec5bd

View File

@ -21,7 +21,7 @@
{% if post.draft %}<span class="draft">(Draft)</span>{% endif %}
</div>
<div class="shortnotes-content">
{{ post.content }}
{{ post.content | safe }}
</div>
{{ hooks::posts_below_title(page=post) }}
</div>