diff --git a/core/modules/system/templates/page.html.twig b/core/modules/system/templates/page.html.twig index 88fc563..9cbe89e 100644 --- a/core/modules/system/templates/page.html.twig +++ b/core/modules/system/templates/page.html.twig @@ -61,7 +61,7 @@ * @ingroup themeable */ #} -
+
{% if logo %} @@ -71,21 +71,21 @@ {% endif %} {% if site_name or site_slogan %} -
+
{# Use h1 when the content title is empty #} {% if title %} - + {{ site_name }} {% else %} -

+

{{ site_name }}

{% endif %} {% if site_slogan %} -
{{ site_slogan }}
+
{{ site_slogan }}
{% endif %}
{# ./name-and-slogan #} {% endif %} @@ -105,7 +105,7 @@
{# link is in html.html.twig #} -
+
{{ page.highlighted }} {{ title_prefix }} @@ -117,20 +117,20 @@ {{ tabs }} {% if action_links %} - + {% endif %} {{ page.content }}
{# /.layout-content #} {% if page.sidebar_first %} -