forked from deepStateMirrors/tabi
💄 style: redesign tag pages
This commit is contained in:
parent
7605ccaf54
commit
8ac1894a66
5 changed files with 36 additions and 32 deletions
|
|
@ -16,7 +16,7 @@
|
|||
{% set suffix = page.title %}
|
||||
{% elif term.name %}
|
||||
{# Individual tags. #}
|
||||
{% set suffix = term.name ~ " tag" %}
|
||||
{% set suffix = term.name %}
|
||||
{% elif taxonomy.name %}
|
||||
{# List of tags. #}
|
||||
{% set suffix = taxonomy.name | capitalize %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue