diff --git a/core/modules/system/templates/page.html.twig b/core/modules/system/templates/page.html.twig index 2f58210..032b724 100644 --- a/core/modules/system/templates/page.html.twig +++ b/core/modules/system/templates/page.html.twig @@ -19,11 +19,6 @@ * Site identity: * - front_page: The URL of the front page. Use this instead of base_path when * linking to the front page. This includes the language domain or prefix. - * - logo: The url of the logo image, as defined in theme settings. - * - site_name: The name of the site. This is empty when displaying the site - * name has been disabled in the theme settings. - * - site_slogan: The slogan of the site. This is empty when displaying the site - * slogan has been disabled in theme settings. * * Page content (in order of occurrence in the default page.html.twig): * - messages: Status and error messages. Should be displayed prominently. diff --git a/core/themes/bartik/templates/page.html.twig b/core/themes/bartik/templates/page.html.twig index 279078b..0ae16a0 100644 --- a/core/themes/bartik/templates/page.html.twig +++ b/core/themes/bartik/templates/page.html.twig @@ -20,12 +20,7 @@ * Site identity: * - front_page: The URL of the front page. Use this instead of base_path when * linking to the front page. This includes the language domain or prefix. - * - logo: The url of the logo image, as defined in theme settings. - * - site_name: The name of the site. This is empty when displaying the site - * name has been disabled in the theme settings. - * - site_slogan: The slogan of the site. This is empty when displaying the site - * slogan has been disabled in theme settings. - + * * Page content (in order of occurrence in the default page.html.twig): * - node: Fully loaded node, if there is an automatically-loaded node * associated with the page and the node ID is the second argument in the diff --git a/core/themes/classy/templates/layout/page.html.twig b/core/themes/classy/templates/layout/page.html.twig index 16fe541..aee34f6 100644 --- a/core/themes/classy/templates/layout/page.html.twig +++ b/core/themes/classy/templates/layout/page.html.twig @@ -19,11 +19,6 @@ * Site identity: * - front_page: The URL of the front page. Use this instead of base_path when * linking to the front page. This includes the language domain or prefix. - * - logo: The url of the logo image, as defined in theme settings. - * - site_name: The name of the site. This is empty when displaying the site - * name has been disabled in the theme settings. - * - site_slogan: The slogan of the site. This is empty when displaying the site - * slogan has been disabled in theme settings. * * Page content (in order of occurrence in the default page.html.twig): * - node: Fully loaded node, if there is an automatically-loaded node diff --git a/core/themes/seven/templates/page.html.twig b/core/themes/seven/templates/page.html.twig index 650191a..f1e55db 100644 --- a/core/themes/seven/templates/page.html.twig +++ b/core/themes/seven/templates/page.html.twig @@ -20,11 +20,6 @@ * Site identity: * - front_page: The URL of the front page. Use this instead of base_path when * linking to the front page. This includes the language domain or prefix. - * - logo: The url of the logo image, as defined in theme settings. - * - site_name: The name of the site. This is empty when displaying the site - * name has been disabled in the theme settings. - * - site_slogan: The slogan of the site. This is empty when displaying the site - * slogan has been disabled in theme settings. * * Page content (in order of occurrence in the default page.html.twig): * - node: Fully loaded node, if there is an automatically-loaded node