pages, listing et aussi .social

This commit is contained in:
2024-03-24 13:24:33 +01:00
parent 1be9bbb472
commit 8dbb094fa9
4 changed files with 31 additions and 5 deletions

View File

@ -2,9 +2,9 @@
{% block content %}
{% for article in articles_page.object_list %}
<article>
<h1>
<h2>
{{ article.title }}
</h1>
</h2>
<p>
{{ article.subtitle }}<br/>
{{ article.description }} <br/>