HTML <title> on main page when not using a Landing template

So, if I was using either of the existing landing page features, right in the relevant template I could make sure the HTML <title> element is giving the blog title and description (or author), rather than how it prints the title of the single post that appears when just using Main Template. But I can’t use a landing page because I’m only wanting one post on the main page. I need some way for the Main Template, when being called for the main page, but not when being called on a post page, to output something static rather than the title of the displayed post, because technically that’s wrong.

Some sort of background conditional that knows to go “if Main page, use X, else if Post page use Y” maybe? With like a setting in config to define something like Main page title format?

1 Like

Great idea. Prioritizing for the next update.