This commit is contained in:
Yax 2019-08-18 18:11:11 +02:00
parent 9d58aec4b2
commit 2ffeb6be03
3 changed files with 55 additions and 32 deletions

View file

@ -1,10 +1,10 @@
<article>
<h1><a href="{{ base_path }}/{{ year }}/{{ slug }}.html">{{ title }}</a></h1>
<p class="meta">{{ category_label}} - {{ date }}</b></p>
<p class="summary">
{{ summary }}&nbsp;<a class="more" href="{{ base_path }}/{{ year }}/{{ slug }}.html">...</a>
</p>
<div>
<a class="more" href="{{ base_path }}/{{ year }}/{{ slug }}.html">Read More</a>
</div>
</article>
<h1>{{ title }}</h1>
<p class="meta">{{ category_label}} - {{ date }}</b></p>
<p class="summary">
{{ summary }}
</p>
<div>
<a class="more" href="{{ base_path }}/{{ year }}/{{ slug }}.html">Lire la suite...</a>
</div>
</article>

View file

@ -1,5 +1,5 @@
<article>
<h1><a href="{{ base_path }}/{{ year }}/{{ slug }}.html">{{ title }}</a></h1>
<h1>{{ title }}</h1>
<p class="meta">{{ category_label }} - {{ date }}</b></p>
{{ content }}
</article>