By default, the title of the SharePoint Publishing Page is "Page-Title name". The title is a bit uncomfortable. I want to delete these two words.
The following content is displayed on the layout page:
<Sharepointwebcontrols: uiversionedcontent uiversion = "4" runat = "server">
<Contenttemplate>
<Sharepointwebcontrols: listproperty property = "title" runat = "server"/>
-<Sharepointwebcontrols: fieldvalue fieldname = "title" runat = "server"/>
</Contenttemplate>
</Sharepointwebcontrols: uiversionedcontent>
<Sharepointwebcontrols: listproperty property = "title" runat = "server"/> is the name of the list to be retrieved. Therefore, a "page" is displayed ".
<Sharepointwebcontrols: fieldvalue fieldname = "title" runat = "server"/> is used to obtain the file title, that is, the title content filled in on the page.
Therefore, you can customize the content to be displayed on the title as needed.