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

date en h1

parent 87494ac3
No related branches found
No related tags found
No related merge requests found
......@@ -5,25 +5,14 @@
<section id="home">
<ul>
{% for article in articles_page.object_list %}
<li>
<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.
Finish editing this message first!
Please register or to comment