pages, listing et aussi .social
This commit is contained in:
@ -8,6 +8,20 @@
|
||||
|
||||
{% block content %}
|
||||
<article>
|
||||
{% if DISPLAY_PAGE_HEADER %}
|
||||
<hgroup>
|
||||
<h1>
|
||||
{{ page.title }}
|
||||
</h1>
|
||||
<p>
|
||||
{% if page.modified %}
|
||||
Modifié le <time datetime="{{ page.modified.isoformat() }}">{{ page.modified|strftime('%A %d %B %Y') }}</time>
|
||||
{% else %}
|
||||
Publié le <time datetime="{{ page.date.isoformat() }}">{{ page.date|strftime('%A %d %B %Y') }}</time>
|
||||
{% endif %}
|
||||
</p>
|
||||
</hgroup>
|
||||
{% endif %}
|
||||
{{ page.content }}
|
||||
</article>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user