Is it possible to output the .Title without capitalization?

Is it possible to disable the function that capitalizes the first letter of .Title? We have a product name with a first character that is lowercase, and the FirstUpper function that .Title uses prevents us from displaying the product name in the title properly.

I used a conditional for this sort of case, since my company name is eSolia and I did not want Hugo to output Esolia. See:

Thanks for the suggestion, @RickCogley! We’re using a conditional to match the one case as well. I guess that’s the best option for the time being.

I was also curious to see if there was a way to override Hugo’s function that capitalized Titles globally in the theme.

you’re welcome.