eleventy-base-blog
eleventy-base-blog copied to clipboard
why are the tags title case
when i click o n them its not title case but on posts its title case i wrote it lowercase hel p.
try this https://www.11ty.dev/docs/filters/
@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.