From 0aef23b3703ddedeff080525cbdede94451e7817 Mon Sep 17 00:00:00 2001 From: welpo Date: Thu, 4 Jan 2024 17:28:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(i18n):=20localise=20date=20i?= =?UTF-8?q?n=20single=20taxonomy=20listing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/tags/single.html | 2 +- templates/taxonomy_single.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/tags/single.html b/templates/tags/single.html index 1191844..d36ba2a 100644 --- a/templates/tags/single.html +++ b/templates/tags/single.html @@ -5,7 +5,7 @@ {{ macros_page_header::page_header(title=term.name) }} {% set max = section.extra.max_posts | default(value=999999) %} -{{ macros_list_posts::list_posts(posts=term.pages, max=max) }} +{{ macros_list_posts::list_posts(posts=term.pages, max=max, language_strings=language_strings) }}