forked from deepStateMirrors/tabi
💄 style: respect the tags capitalisation
Otherwise "TIL" becomes "Til", for example.
This commit is contained in:
parent
89bfdbe687
commit
25a8374edc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% 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) %}
|
||||
{{ macros_list_posts::list_posts(posts=term.pages, max=max) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue