diff -u b/core/themes/bartik/templates/block--system-menu-block.html.twig b/core/themes/bartik/templates/block--system-menu-block.html.twig --- b/core/themes/bartik/templates/block--system-menu-block.html.twig +++ b/core/themes/bartik/templates/block--system-menu-block.html.twig @@ -13,15 +13,12 @@ {# If a label is displayed, wrap it in
. #} {% if configuration.label_display %} - - {% else %} - {# When rendering a menu without label, render a menu toggle. #} - - - {{ 'Menu'|t }} - {{ 'Menu'|t }} - {% endif %} - {{ content }} - {% if configuration.label_display %} -
+ {{ content }} + {% else %} + {# When rendering a menu without label, render a menu toggle. #} + + + {{ 'Menu'|t }} + {{ 'Menu'|t }} + {{ content }} {% endif %} {% endblock %} diff -u b/core/themes/bartik/templates/comment.html.twig b/core/themes/bartik/templates/comment.html.twig --- b/core/themes/bartik/templates/comment.html.twig +++ b/core/themes/bartik/templates/comment.html.twig @@ -78,24 +78,16 @@
{{ user_picture }}
@@ -119,14 +111,10 @@ diff -u b/core/themes/bartik/templates/node.html.twig b/core/themes/bartik/templates/node.html.twig --- b/core/themes/bartik/templates/node.html.twig +++ b/core/themes/bartik/templates/node.html.twig @@ -78,27 +78,25 @@ {{ title_prefix }} - {% if not page %} - - {{ label }} - - {% endif %} + {% if not page %} + + {{ label }} + + {% endif %} {{ title_suffix }} - {% if display_submitted %} -
- {{ author_picture }} - - {% trans %}Submitted by {{ author_name|passthrough }} on {{ date|passthrough }}{% endtrans %} - - {{ metadata }} -
- {% endif %} + {% if display_submitted %} +
+ {{ author_picture }} + + {% trans %}Submitted by {{ author_name|passthrough }} on {{ date|passthrough }}{% endtrans %} + + {{ metadata }} +
+ {% endif %} {{ content|without('comment', 'links') }} - {% if content.links %} - - {% endif %} - {{ content.comment }} + {% if content.links %} + + {% endif %} + {{ content.comment }} diff -u b/core/themes/bartik/templates/page.html.twig b/core/themes/bartik/templates/page.html.twig --- b/core/themes/bartik/templates/page.html.twig +++ b/core/themes/bartik/templates/page.html.twig @@ -80,43 +80,41 @@ {% if messages %}
-
- {{ messages }} -
+
{{ messages }}
{% endif %} {% if page.featured %} @@ -147,9 +145,7 @@ {% endif %} {{ page.help }} {% if action_links %} - + {% endif %} {{ page.content }}