Hi,
If you have selected the MasterNoEcom.cshtml template and you have created sub pages, then your page name in the browser is the same name as your top map (page).
Can you change the following in hte MasterNoEcom.cshtml template?:
<meta charset="utf-8" />
<title>@Model.TopPage.Name</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
To:
<meta charset="utf-8" />
<title>@Model.Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
I know that I can do this manually, but then it will be gone at the next update.
Hope this is possible, if yes in which version will this be changed?
BR,
Manon Wekking