joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/modules/site/link/social/rss.html
2018-02-28 16:33:36 +01:00

4 lines
193 B
HTML

{{ if .Site.Params.rss }}
<a id="contact-link-rss" class="contact_link" href="{{ .RSSLink }}" type="application/rss+xml">
<span class="fa fa-rss-square"></span><span>rss</span></a>
{{ end }}