8 lines
No EOL
326 B
HTML
8 lines
No EOL
326 B
HTML
<article>
|
|
<h1><a href="{{ base_path }}/{{ year }}/{{ slug }}.html">{{ title }}</a></h1>
|
|
<p class="meta">{{ category_label}}<span>{{ date }}</span></p>
|
|
<p class="summary">{{ summary }}</p>
|
|
<div>
|
|
<a class="more" href="{{ base_path }}/{{ year }}/{{ slug }}.html">Lire la suite...</a>
|
|
</div>
|
|
</article> |