This commit is contained in:
isUnknown 2024-01-26 07:45:41 +01:00
parent eed52913e4
commit 58ecaf99b2
10 changed files with 3856 additions and 18 deletions

View file

@ -24,24 +24,11 @@
<?= $site->edito() ?>
</article>
<ul x-show="activeTab === 'articles'">
<?php foreach($site->collections('articles') as $article): ?>
<li class="article">
<a href="/article.html" class="article__title">
<strong
><em
>Le timbre dans l'<em>Inhumain</em> de Jean-François
Lyotard,</em
></strong
><br />
</a>
<div class="article__infos">
<button class="author">Cécile Fournel</button>,&nbsp;
<p>16 novembre 2023</p>
</div>
<div class="article__labels">
<button class="label label--year">1987</button>
<button class="label label--category">livre</button>
</div>
<?= var_dump($article) ?>
</li>
<?php endforeach ?>
</ul>
</div>
</div>