From 9b10b14a82f2afda8f99dcad005b112e7ed42ad4 Mon Sep 17 00:00:00 2001 From: Rickard Date: Wed, 21 Oct 2020 13:17:15 +0200 Subject: [PATCH] Respect system configured date format --- templates/item.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [] %}