Added another front page space for Yaffs info. Added roave security for composer.
[yaffs-website] / web / core / themes / stable / templates / misc / feed-icon.html.twig
1 {#
2 /**
3  * @file
4  * Theme override for a feed icon.
5  *
6  * Available variables:
7  * - url: An internal system path or a fully qualified external URL of the feed.
8  * - attributes: Remaining HTML attributes for the feed link.
9  *   - title: A descriptive title of the feed link.
10  *   - class: HTML classes to be applied to the feed link.
11  */
12 #}
13 <a href="{{ url }}"{{ attributes.addClass('feed-icon') }}>
14   {{ 'Subscribe to @title'|t({'@title': title}) }}
15 </a>