cat
This commit is contained in:
parent
0bcf5cdce7
commit
445a797c9a
6 changed files with 26 additions and 24 deletions
|
|
@ -1,9 +1,7 @@
|
|||
<article>
|
||||
<h1>{{ title }}</h1>
|
||||
<p class="meta">{{ category_label}} - {{ date }}</b></p>
|
||||
<p class="summary">
|
||||
{{ summary }}
|
||||
</p>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue