💄 style: respect the tags capitalisation
Otherwise "TIL" becomes "Til", for example.
This commit is contained in:
@@ -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) }}
|
||||
|
Reference in New Issue
Block a user