Merge branch 'today-in-history' into collapsable-posts
This commit is contained in:
commit
28493a4649
5 changed files with 10 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue