You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reduce bloating the configuration too much, I would probably remove this text in 3.0 completely. We only need to provide a way for people to "get that title back" if they want. I see two options:
We make it possible to give a name to the root realm (like any other realm).
We solve it via "Title" blocks.
I think I slightly prefer 1, without having thought about it too much. For all other realms, the name is already rendered as a <h1> element, which is exactly what we want. It would also make the root realm less special, and fewer special cases are always good (note though that the root realm is still special as a null name is allowed, unlike for other realms).
Title blocks are currently rendered as <h2> elements, but having those without a <h1> is not great, so we would need to special case "the first title block on the root realm"... which adds special treatment.
In case you have the name/title of your video site in the logo and want to have a video on top.
The text was updated successfully, but these errors were encountered: