mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2773 from Zauberfisch/patch-1
Removed $MetaTitle from docs(closes #2761)
This commit is contained in:
commit
9b5a9afe2b
@ -112,11 +112,10 @@ The base_tag variable is replaced with the HTML [base element](http://www.w3.org
|
|||||||
ensures the browser knows where to locate your site's images and css files.
|
ensures the browser knows where to locate your site's images and css files.
|
||||||
|
|
||||||
:::ss
|
:::ss
|
||||||
$MetaTitle
|
|
||||||
$Title
|
$Title
|
||||||
$SiteConfig.Title
|
$SiteConfig.Title
|
||||||
|
|
||||||
These three variables are found within the html `<title>` tag, and are replaced by the text set in the "Meta Title", "Page Name", or "Settings -> Site Title" fields in the CMS.
|
These two variables are found within the html `<title>` tag, and are replaced by the "Page Name" and "Settings -> Site Title" fields in the CMS.
|
||||||
|
|
||||||
:::ss
|
:::ss
|
||||||
$MetaTags
|
$MetaTags
|
||||||
|
Loading…
Reference in New Issue
Block a user