joinpeertube/themes/hugo-bootstrap-premium/layouts/partials/modules/site/link/social/rss.html

5 lines
193 B
HTML
Raw Normal View History

2018-02-28 15:33:36 +00:00
{{ 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 }}