make start and end of posts more clear

This commit is contained in:
2024-04-13 20:49:41 +01:00
parent 2b2cdcef79
commit f94fd769cc
2 changed files with 8 additions and 0 deletions

View File

@@ -68,7 +68,9 @@
{{ content|safe }}
{% for post in posts %}
<div class="blog_inline_post">
{{ post['description']|safe }}
</div>
{% endfor %}
{% endif %}