Skip to content

Taxonomies Overriding Default Casing #1026

Open
@tommertron

Description

@tommertron

Hey! So I'm tying to get my tags to show up exactly how I have cased them in my frontmatter. (e.g., "iOS" should show up exactly like that, not "Ios" as the default theme displays it.

In taxonomy.html, if I change:

>{{ .Page.Title | title }}</a

to:

>{{ .Page.Title | lower }}</a

It will at least lowercase them all on my tag. I would think removing title/lower will default to the casing exactly as typed, but when I remove it, it defaults to showing it as titlecase.

Is there anywhere else I should look? I can't see anything in documentation unless I missed? Here's the example from my live site:

https://coefficiencies.com/tags/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions