|
|
@ -5,7 +5,7 @@
|
|
|
|
{{ macros_page_header::page_header(title=term.name) }}
|
|
|
|
{{ macros_page_header::page_header(title=term.name) }}
|
|
|
|
|
|
|
|
|
|
|
|
{% set max = section.extra.max_posts | default(value=999999) %}
|
|
|
|
{% 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">
|
|
|
|
<ul class="pagination">
|
|
|
|
<li class="page-item">
|
|
|
|
<li class="page-item">
|
|
|
|