bobatheme/layouts/partials/rss-link.html

6 lines
189 B
HTML
Raw Normal View History

2021-11-21 19:43:56 -06:00
<span class="rss-link">
{{ with .OutputFormats.Get "rss" }}
<a href="{{ .Permalink }}" target="_blank" rel="noopener">{{ partial "icon.html" "rss-feed" }}</a>
{{ end }}
</span>