-
Notifications
You must be signed in to change notification settings - Fork 915
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
Introduce parameter to exclude site title from the Title attribute #1935
base: main
Are you sure you want to change the base?
Conversation
I think there was a discussion about this (or something very similar) somewhere in the past, and the conclusion was that this can be achieved from the project CSS. (By setting |
@fekete-robert I am talking about HTML |
Sorry, I misunderstood, my bad. |
@chalin Please take a look of this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@fekete-robert @chalin Just wanted to nudge about the PR. Any chance we can get it merged soon? |
Hello, |
@huanlin I am not saying to remove/hide Example of
|
Ah, I see. Thank you for your explanation. It makes sense to me :) |
Just to add one little idea: the name |
I have no issues in changing the parameter name but I think it is sufficient to understand the purpose of this parameter for the developers. But I am open to change. Let's wait for others feedback. |
@chalin @fekete-robert When can I expect this PR to be merged? |
In one of my website, I would like to remove the site title from the HTML title element without overriding
head.html
file. This PR allows to do that by just addingexcludeSiteTitle = true
in the params settings.