v1/web/modules/contrib/sitemap/templates/sitemap-feed-icon.html.twig

18 lines
326 B
Twig

{#
/**
* @file
* Theme implementation to display RSS feed icon.
*
* Available variables:
* - url: The url of the feed.
* - name: The name of the feed.
* - type: The type of feed icon.
* - icon: The default icon image.
*
* @see template_preprocess()
* @see template_preprocess_sitemap_feed_icon()
*/
#}
{{ icon }}