This commit is contained in:
Patrick 2024-11-16 20:48:12 +01:00
parent b40d5a2ee4
commit 7b90fc2f3a
5 changed files with 22 additions and 7 deletions

View file

@ -27,7 +27,8 @@ Licensed under the AGPL-3.0-or-later. See LICENSE for details.
{% for post_id, title, user_id, description in posts %}
<a href="/view?post={{ post_id }}">
<div class="post">
<h3 class="title">{{ title }}</h3>
<h3 class="inline">{{ title }}</h3>
<p class="inline"> by {{ user_id }}</p>
<p class="description">{{ description }}</p>
</div>
</a>