-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent capitalizing automatic section titles #9793
Comments
This is a trivial enhancement, adding (yet another) boolean option ( Or we can close this, as site creators can control the title by creating an |
Whether to capitalize automatic page titles, applicable to section, taxonomy, and term pages. Default is true. Closes gohugoio#9793 Closes gohugoio#12115
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Related: #1880
Directory name is
zzz
, notZzz
, yetlocalhost:1313/zzz
's title is stillZzz
(wasZzzes
withoutpluralizeListTitles: false
1).Please allow disabling messing with capitalization on section titles.
Footnotes
It applies english plurality even when site language and default language is non-english via
defaultContentLanguage
. ↩The text was updated successfully, but these errors were encountered: