You are here

sitemap-feed-icon.html.twig in Sitemap 8

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.

File

templates/sitemap-feed-icon.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme implementation to display RSS feed icon.
  5. *
  6. * Available variables:
  7. * - url: The url of the feed.
  8. * - name: The name of the feed.
  9. * - type: The type of feed icon.
  10. * - icon: The default icon image.
  11. *
  12. * @see template_preprocess()
  13. * @see template_preprocess_sitemap_feed_icon()
  14. */
  15. #}
  16. {{ icon }}