From 87d6c30f3bc26256db02c8cbe27b014c8a828845 Mon Sep 17 00:00:00 2001 From: Dave Long <dave@longwaveconsulting.com> Date: Sun, 30 Apr 2023 17:04:16 +0100 Subject: [PATCH] Issue #3347919 by Spokje: Address @todo-comment linking to closed issue in feed-icon.html.twig --- core/themes/olivero/templates/misc/feed-icon.html.twig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/themes/olivero/templates/misc/feed-icon.html.twig b/core/themes/olivero/templates/misc/feed-icon.html.twig index d161f35d7b21..81cac312d4e2 100644 --- a/core/themes/olivero/templates/misc/feed-icon.html.twig +++ b/core/themes/olivero/templates/misc/feed-icon.html.twig @@ -14,14 +14,6 @@ {{ attach_library('olivero/feed') }} -{# - @todo - This works around https://www.drupal.org/project/drupal/issues/3156244, - Title variable isn't set by Syndicate block. - #} -{% if title is not defined or title is null %} - {% set title = 'RSS Feed'|t %} -{% endif %} - <a href="{{ url }}"{{ attributes.addClass('feed-icon') }}> <span class="feed-icon__label"> {{ title }} -- GitLab