eleventy-base-blog icon indicating copy to clipboard operation
eleventy-base-blog copied to clipboard

why are the tags title case

Open authenyoo opened this issue 1 year ago • 2 comments

when i click o n them its not title case but on posts its title case i wrote it lowercase hel p.

authenyoo avatar Feb 27 '24 00:02 authenyoo

try this https://www.11ty.dev/docs/filters/

lusareal avatar Apr 11 '24 08:04 lusareal

@authenyoo This is because of the text-transform: capitalize; CSS style applied to .post-tag in index.css: https://github.com/11ty/eleventy-base-blog/blob/3ceaafc400dfa44001af2457d207ff25e0ca8010/public/css/index.css#L228

Removing it from your index.css will fix this for you.

ashleyross avatar Jul 13 '24 23:07 ashleyross