You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
365 B
HTML
20 lines
365 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<header>
|
|
<h1>{{ page.title }}</h1>
|
|
<div class="meta">Publié le {{ page.date | date:"%d/%m/%Y" }}</div>
|
|
</header>
|
|
|
|
<main>
|
|
<article class="post">
|
|
<div class="sidelinks"> <a href="/">← Retour</a> </div>
|
|
{{content}}
|
|
<div class="sidelinks"> <a href="/">← Retour</a> </div>
|
|
</article>
|
|
</main>
|
|
|
|
|
|
{% include footer.html %}
|