Skip to content
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

How to disable capitalization of heading? #434

Closed
chankeypathak opened this issue Aug 12, 2020 · 1 comment
Closed

How to disable capitalization of heading? #434

chankeypathak opened this issue Aug 12, 2020 · 1 comment
Labels

Comments

@chankeypathak
Copy link

chankeypathak commented Aug 12, 2020

Where's the option to disable forced uppercase title?

Example: WRITING AND READING CONFIG FILES IN ANGULAR

image

Note: I only want to disable it on some pages, not all.

@matalo33
Copy link
Contributor

This is currently not configurable in the topmatter.

You can disable sitewide by overriding the particular element in your own theme.css (h1 text-transform).

As for per-page setting, the only way I can think is to write your own CSS inline in certain pages by adding a custom shortcode like this: https://anaulin.org/blog/hugo-raw-html-shortcode/

Afraid supporting customisation like that is going to be out of scope for this issue tracker.

Good luck

maxatome pushed a commit to maxatome/hugo-theme-learn that referenced this issue Jan 23, 2024
maxatome pushed a commit to maxatome/hugo-theme-learn that referenced this issue Jan 23, 2024
- code works if simply .Pages is used
- this also fixes ordering issues in the RSS feed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants