2017-10-25 10:49:20 +00:00
|
|
|
---
|
|
|
|
layout: default
|
2017-10-25 11:54:15 +00:00
|
|
|
linktitle: "Nouvelles <i class=\"iconside iconm-bullhorn\"> </i>"
|
2017-10-25 10:49:20 +00:00
|
|
|
linkurl: /nouvelles/
|
|
|
|
---
|
|
|
|
|
|
|
|
<div class="page">
|
|
|
|
<h1 class="page-title">{{ page.title }}</h1>
|
2017-10-25 12:20:07 +00:00
|
|
|
{% if page.date %}
|
|
|
|
<span class="post-date" itemprop="datePublished" content="{{ page.date | date: "%Y-%m-%d" }}">
|
|
|
|
<i class="fa fa-calendar" title="Date de publication">
|
|
|
|
<a class="permalink" href="{{ site.url }}{{ page.url }}" itemprop="url" title="Lien permanent vers ce texte">{{ page.date }}</a> </i>
|
|
|
|
</span>
|
|
|
|
{% endif %}
|
2017-10-25 10:49:20 +00:00
|
|
|
{% if page.authors %}
|
|
|
|
<div class="authors">par {{ page.authors }}</div>
|
|
|
|
{% endif %}
|
|
|
|
{{ content }}
|
|
|
|
</div>
|