feat: hastly implementation of article cards

This commit is contained in:
2025-04-15 17:48:21 +02:00
parent c7cd5e0601
commit 7db84492b5
3 changed files with 38 additions and 7 deletions

View File

@@ -25,6 +25,12 @@
<section class="section">
<div class="content">
{article_content}
<h1>Further Reading</h1>
<div class="row">
{article_children_cards}
</div>
</div>
</section>