fixes
This commit is contained in:
parent
b40d5a2ee4
commit
7b90fc2f3a
5 changed files with 22 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue