Verified Commit 87d6c30f authored by Dave Long's avatar Dave Long
Browse files

Issue #3347919 by Spokje: Address @todo-comment linking to closed issue in feed-icon.html.twig

parent 41d930d4
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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 }}