Feature: #97653 - TypoScript Option "showWebsiteTitle"
See forge#97653
Description
A new TypoScript option config.
has been added.
The option allows to define whether the website title, which is defined
in the site configuration, should be added to the page title, which is
e.g. used for the <title>
tag.
By default, the website title is added. To omit the website title, the
option has to be set to 0
.
Impact
It is now possible to influence the rendering of the website title in the
website's title tag by setting the config.
option in TypoScript, which is enabled by default.