Skip to content
Snippets Groups Projects
Commit b11aa959 authored by Emmanuel Godard's avatar Emmanuel Godard
Browse files

date en h1

parent 87494ac3
Branches
No related tags found
No related merge requests found
......@@ -6,24 +6,13 @@
<ul>
{% for article in articles_page.object_list %}
<li>
<h1><time datetime="{{ article.date }}">{{ article.date|strftime('%b %d, %Y') }}</time></h1>
<h2><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark"
title="Permalink to {{ article.title|striptags }}">{{ article.title }}
{% if article.author %}
-- {{ article.author }}
{% endif %}
</a></h2>
<aside>
<ul>
<li>
<time datetime="{{ article.date }}">{{ article.date|strftime('%b %d, %Y') }}</time>
</li>
{% if article.readtime %}
<li>
{{ article.readtime.minutes }} min read
</li>
{% endif %}
</ul>
</aside>
<p>
{{ article.summary }}
<a href="{{ SITEURL }}/{{ article.url }}"><em>Read more...</em></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment