X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftemplates%2Ffeed-icon.html.twig;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftemplates%2Ffeed-icon.html.twig;h=9b321e0d675b08222c1725655a15c1c94d1abe98;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/core/modules/system/templates/feed-icon.html.twig b/web/core/modules/system/templates/feed-icon.html.twig new file mode 100644 index 000000000..9b321e0d6 --- /dev/null +++ b/web/core/modules/system/templates/feed-icon.html.twig @@ -0,0 +1,17 @@ +{# +/** + * @file + * Default theme implementation for a feed icon. + * + * Available variables: + * - url: An internal system path or a fully qualified external URL of the feed. + * - attributes: Remaining HTML attributes for the feed link. + * - title: A descriptive title of the feed link. + * - class: HTML classes to be applied to the feed link. + * + * @ingroup themeable + */ +#} + + {{ 'Subscribe to @title'|t({'@title': title}) }} +