This commit is contained in:
NikolajDanger
2022-05-26 14:53:51 +02:00
parent d26585fed4
commit bb7a01fd2f
2 changed files with 28 additions and 10 deletions

View File

@ -13,9 +13,9 @@
</div>
<h2><a class="article-title" href="#">{{ post.title }}</a></h2>
<p class="article-content">{{ post.content }}</p>
<div class="group-name" >
<a href="#">{{ post.group_name }}</a>
</div>
<a class="group-name" href="#">
{{ post.group_name }}
</a>
</div>
</article>
{% endfor %}