Merge branch 'today-in-history' into collapsable-posts

This commit is contained in:
JP 2024-09-17 10:52:02 +01:00 committed by GitHub
commit 28493a4649
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 2 deletions

View file

@ -21,6 +21,7 @@
<button class="toggle-content" onclick="toggleContent(this)">Expand</button>
</header>
<p class="body" style="display: none;">{{ post['body'] }}</p>
<p class="body" style="display: none;">{{ post['body']|safe }}</p>
</article>
{% if not loop.last %}
<hr>