diff --git a/core/modules/system/lib/Drupal/system/Plugin/Block/SystemBrandingBlock.php b/core/modules/system/lib/Drupal/system/Plugin/Block/SystemBrandingBlock.php
index 6a6f930..8e861ec 100644
--- a/core/modules/system/lib/Drupal/system/Plugin/Block/SystemBrandingBlock.php
+++ b/core/modules/system/lib/Drupal/system/Plugin/Block/SystemBrandingBlock.php
@@ -69,6 +69,7 @@ public function defaultConfiguration() {
'site_logo' => TRUE,
'site_name' => TRUE,
'site_slogan' => TRUE,
+ 'label_display' => FALSE,
);
}
diff --git a/core/modules/system/templates/branding.html.twig b/core/modules/system/templates/branding.html.twig
index d72276b..f134aab 100644
--- a/core/modules/system/templates/branding.html.twig
+++ b/core/modules/system/templates/branding.html.twig
@@ -12,11 +12,11 @@
*/
#}
{% if use_site_logo %}
-
+
{% endif %}
{% if use_site_name %}
-
{{ site_slogan|t }}
+{{ site_slogan|t }}
{% endif %}