fix: add a link to show all articles

This commit is contained in:
2023-10-09 16:59:49 +02:00
parent a6ccfaaea9
commit 11f7a7e20a
3 changed files with 10 additions and 5 deletions

View File

@@ -23,4 +23,9 @@
</footer>
</article>
{% endfor %}
{% if showMore %}
<div>
<a href="/blog/all_articles">Voir l'ensemble des articles</a>
</div>
{% endif %}
</div>