forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
18 lines
326 B
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 }}
|