diff --git a/core/modules/system/templates/image.html.twig b/core/modules/system/templates/image.html.twig index 2f29304..6411eaa 100644 --- a/core/modules/system/templates/image.html.twig +++ b/core/modules/system/templates/image.html.twig @@ -12,9 +12,4 @@ * @ingroup themeable */ #} -{% -set classes = [ - style_name ? 'image-style-' ~ style_name|clean_class, -] -%} - + diff --git a/core/modules/system/templates/item-list.html.twig b/core/modules/system/templates/item-list.html.twig index bd71e7f..fdb151e 100644 --- a/core/modules/system/templates/item-list.html.twig +++ b/core/modules/system/templates/item-list.html.twig @@ -19,7 +19,7 @@ */ #} {%- if items or empty -%} -
+
{%- if title is not empty -%}

{{ title }}

{%- endif -%}