- {% 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 @@
-
- {{ author }} -
-- {{ created }} -
-- {{ permalink }} -
+{{ author }}
+{{ created }}
+{{ permalink }}
{# // Indicate the semantic relationship between parent and child comments // for accessibility. The list is difficult to navigate in a screen // reader without this information. #} {% if parent %} -- {{ parent }} -
+{{ parent }}
{% endif %}