forked from deepStateMirrors/tabi
🐛 fix(i18n): localise date in single taxonomy listing
This commit is contained in:
parent
dce495e71d
commit
0aef23b370
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue