Open
Description
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:
Metadata
Metadata
Assignees
Labels
No labels