💄 style: respect the tags capitalisation
Otherwise "TIL" becomes "Til", for example.
This commit is contained in:
parent
89bfdbe687
commit
25a8374edc
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{% block main_content %}
|
{% block main_content %}
|
||||||
|
|
||||||
{{ macros_page_header::page_header(title=term.name | title) }}
|
{{ 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) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user