diff --git a/templates/category.html b/templates/category.html index 1b2267c636aa965fc93a9dfa9de41235cc06023d..4da021668740099ed19d8d639f989a7eeba7af52 100644 --- a/templates/category.html +++ b/templates/category.html @@ -1,6 +1,6 @@ {% 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> </span> + <time>{{ article.date|strftime('%b %d') }}</time><span> </span> <a href="{{ SITEURL }}/{{ article.url }}"><strong>{{ article.title }}</strong> {{ article.author }} ({% if article.institution %}{{ article.institution }}{% else %}{{ DEFAULT_INSTITUTION }}{% endif %}) </a>