This commit is contained in:
Yax 2019-08-20 20:32:38 +02:00
parent 0bcf5cdce7
commit 445a797c9a
6 changed files with 26 additions and 24 deletions

View file

@ -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>