Introduce parameter to exclude site title from the Title attribute#1935
Introduce parameter to exclude site title from the Title attribute#1935samiahmedsiddiqui wants to merge 4 commits into
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. |
|
@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.htmlfile. This PR allows to do that by just addingexcludeSiteTitle = truein the params settings.