🐛 fix(i18n): localise date in single taxonomy listing
This commit is contained in:
parent
dce495e71d
commit
0aef23b370
@ -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) }}
|
||||
|
||||
<ul class="pagination">
|
||||
<li class="page-item">
|
||||
|
@ -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) }}
|
||||
|
||||
<ul class="pagination">
|
||||
<li class="page-item">
|
||||
|
Loading…
x
Reference in New Issue
Block a user