shortnotes

This commit is contained in:
Lukas Vacula 2024-01-31 09:48:05 -05:00
parent 69b0380446
commit 66840e84a2

View File

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