diff --git a/templates/item.html.twig b/templates/item.html.twig index 5a59aa7..0f75997 100644 --- a/templates/item.html.twig +++ b/templates/item.html.twig @@ -14,7 +14,7 @@ {% if (grav.theme.config.params.articles.show.date) or (grav.theme.config.params.articles.show.authors) or (grav.theme.config.params.articles.show.topics) or (grav.theme.config.params.articles.show.time) %}
{% if grav.theme.config.params.articles.show.date %} - {{ page.date|date("F j, Y") }} + {{ page.date|date(system.pages.dateformat.default) }} {% endif %} {% if grav.theme.config.params.articles.show.authors %} {% set authorlist = [] %}