mirror of
https://git.spip.net/spip-contrib-squelettes/archil.git
synced 2024-01-27 16:36:00 +01:00
15 lines
662 B
HTML
15 lines
662 B
HTML
|
<B_articles>
|
||
|
<div class="postes">
|
||
|
#ANCRE_PAGINATION
|
||
|
<ul>
|
||
|
<BOUCLE_articles(ARTICLES) {!par date} {pagination}>
|
||
|
<section class="liste-item">
|
||
|
<h1><strong></strong><a href="#URL_ARTICLE" rel="bookmark">#TITRE</a></strong></h1>
|
||
|
<time [ title="(#DATE|date_iso)"]>[(#DATE|affdate_jourcourt)]</time>
|
||
|
[(#DESCRIPTIF)]<a href="#URL_ARTICLE"><:archil:lire_la_suite:></a>
|
||
|
</section>
|
||
|
</BOUCLE_articles>
|
||
|
</ul>
|
||
|
[<nav role="navigation" class="pagination">(#PAGINATION{precedent_suivant})</nav>]
|
||
|
</div><!--#articles_recents-->
|
||
|
</B_articles>
|