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

modify date in category page

parent bc32ef11
No related branches found
No related tags found
No related merge requests found
{% extends "base.html" %}
{% block title %}{{ SITENAME }} - Archives{% endblock %}
{% block title %}{{ SITENAME }} - Schedule{% endblock %}
{% block content %}
<main>
......@@ -15,7 +15,7 @@
{% set ns.current = period %}
{% endif %}
<li>
<time>{{ article.date|strftime('%d %b') }}</time><span>&nbsp;&nbsp;</span>
<time>{{ article.date|strftime('%b %d') }}</time><span>&nbsp;&nbsp;</span>
<a href="{{ SITEURL }}/{{ article.url }}"><strong>{{ article.title }}</strong>
{{ article.author }} ({% if article.institution %}{{ article.institution }}{% else %}{{ DEFAULT_INSTITUTION }}{% endif %})
</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment