Hi,
I know that the HTML title is defined in the Main Layout decorator. Below is the definition from the default template.<br>
#if ($sitemeshPage.getProperty("page.spacename"))
<title>$title - $sitemeshPage.getProperty("page.spacename") - #siteTitle()</title>
#else
<title>$title - #siteTitle()</title>
#endBut I am looking for an easy way to change the HTML title per page. Ideally, a user could do it when editing a page.
Any ideas or recommendations of add-ons?