-
- {{ title_prefix }}
- {{ page.title }}
- {{ title_suffix }}
{{ page.content }}
{# /.layout-content #}
diff --git a/core/profiles/minimal/config/install/block.block.stark_page_title.yml b/core/profiles/minimal/config/install/block.block.stark_page_title.yml
index 8263474..b1c4f5a 100644
--- a/core/profiles/minimal/config/install/block.block.stark_page_title.yml
+++ b/core/profiles/minimal/config/install/block.block.stark_page_title.yml
@@ -1,9 +1,9 @@
id: stark_page_title
theme: stark
-weight: 10
+weight: -30
status: true
langcode: en
-region: title
+region: content
plugin: system_page_title_block
settings:
id: system_page_title_block
diff --git a/core/profiles/standard/config/install/block.block.bartik_page_title.yml b/core/profiles/standard/config/install/block.block.bartik_page_title.yml
index ff73d59..c78d10d 100644
--- a/core/profiles/standard/config/install/block.block.bartik_page_title.yml
+++ b/core/profiles/standard/config/install/block.block.bartik_page_title.yml
@@ -1,9 +1,9 @@
id: bartik_page_title
theme: bartik
-weight: 10
+weight: -50
status: true
langcode: en
-region: title
+region: content
plugin: system_page_title_block
settings:
id: system_page_title_block
diff --git a/core/profiles/standard/config/install/block.block.seven_page_title.yml b/core/profiles/standard/config/install/block.block.seven_page_title.yml
index ae1cb30..8f0049c 100644
--- a/core/profiles/standard/config/install/block.block.seven_page_title.yml
+++ b/core/profiles/standard/config/install/block.block.seven_page_title.yml
@@ -1,9 +1,9 @@
id: page_title
theme: seven
-weight: 0
+weight: -30
status: true
langcode: en
-region: title
+region: content
plugin: system_page_title_block
settings:
id: system_page_title_block
diff --git a/core/themes/bartik/bartik.info.yml b/core/themes/bartik/bartik.info.yml
index 4bebcd5..8b52f48 100644
--- a/core/themes/bartik/bartik.info.yml
+++ b/core/themes/bartik/bartik.info.yml
@@ -22,7 +22,6 @@ regions:
highlighted: Highlighted
featured_top: 'Featured top'
breadcrumb: Breadcrumb
- title: Title
content: Content
sidebar_first: 'Sidebar first'
sidebar_second: 'Sidebar second'
diff --git a/core/themes/bartik/templates/maintenance-page.html.twig b/core/themes/bartik/templates/maintenance-page.html.twig
index 3cd787b..f071245 100644
--- a/core/themes/bartik/templates/maintenance-page.html.twig
+++ b/core/themes/bartik/templates/maintenance-page.html.twig
@@ -35,9 +35,6 @@
- {% if title %}
- {{ title }}
- {% endif %}
{{ page.content }}
{{ page.highlighted }}
diff --git a/core/themes/bartik/templates/page.html.twig b/core/themes/bartik/templates/page.html.twig
index 09a90f3..e9121cd 100644
--- a/core/themes/bartik/templates/page.html.twig
+++ b/core/themes/bartik/templates/page.html.twig
@@ -56,7 +56,6 @@
* - page.footer_fourth: Items for the fourth footer column.
* - page.footer_fifth: Items for the fifth footer column.
* - page.breadcrumb: Items for the breadcrumb region.
- * - page.title: Items for the page title region.
*
* @see template_preprocess_page()
* @see bartik_preprocess_page()
@@ -120,7 +119,6 @@
- {{ page.title }}
{{ page.content }}
diff --git a/core/themes/classy/templates/layout/maintenance-page.html.twig b/core/themes/classy/templates/layout/maintenance-page.html.twig
index 7463b02..5e3b73c 100644
--- a/core/themes/classy/templates/layout/maintenance-page.html.twig
+++ b/core/themes/classy/templates/layout/maintenance-page.html.twig
@@ -35,10 +35,6 @@
- {% if title %}
- {{ title }}
- {% endif %}
-
{{ page.highlighted }}
{{ page.content }}
diff --git a/core/themes/classy/templates/layout/page.html.twig b/core/themes/classy/templates/layout/page.html.twig
index 29dc472..76a4fe2 100644
--- a/core/themes/classy/templates/layout/page.html.twig
+++ b/core/themes/classy/templates/layout/page.html.twig
@@ -43,7 +43,6 @@
* - page.sidebar_second: Items for the second sidebar.
* - page.footer: Items for the footer region.
* - page.breadcrumb: Items for the breadcrumb region.
- * - page.title: Items for the page title region.
*
* @see template_preprocess_page()
* @see html.html.twig
@@ -95,7 +94,6 @@
{{ page.highlighted }}
- {{ page.title }}
{{ page.content }}
{# /.layout-content #}
diff --git a/core/themes/seven/seven.info.yml b/core/themes/seven/seven.info.yml
index bcb9d7c..1427896 100644
--- a/core/themes/seven/seven.info.yml
+++ b/core/themes/seven/seven.info.yml
@@ -23,6 +23,5 @@ regions:
page_top: 'Page top'
page_bottom: 'Page bottom'
sidebar_first: 'First sidebar'
- title: Title
regions_hidden:
- sidebar_first
diff --git a/core/themes/seven/templates/install-page.html.twig b/core/themes/seven/templates/install-page.html.twig
index b501fb8..8c2828f 100644
--- a/core/themes/seven/templates/install-page.html.twig
+++ b/core/themes/seven/templates/install-page.html.twig
@@ -24,9 +24,6 @@
{% endif %}
- {% if title %}
- {{ title }}
- {% endif %}
{{ page.highlighted }}
{{ page.content }}
diff --git a/core/themes/seven/templates/maintenance-page.html.twig b/core/themes/seven/templates/maintenance-page.html.twig
index 2286e88..8966ddc 100644
--- a/core/themes/seven/templates/maintenance-page.html.twig
+++ b/core/themes/seven/templates/maintenance-page.html.twig
@@ -24,9 +24,6 @@
{% endif %}
- {% if title %}
- {{ title }}
- {% endif %}
{{ page.highlighted }}
{{ page.content }}
diff --git a/core/themes/seven/templates/page.html.twig b/core/themes/seven/templates/page.html.twig
index 92caec2..650191a 100644
--- a/core/themes/seven/templates/page.html.twig
+++ b/core/themes/seven/templates/page.html.twig
@@ -39,7 +39,6 @@
* - page.highlighted: Items for the highlighted region.
* - page.help: Dynamic help text, mostly for admin pages.
* - page.content: The main content of the current page.
- * - page.title: Items for the page title region.
*
* @see template_preprocess_page()
* @see seven_preprocess_page()
@@ -48,9 +47,6 @@
#}