bobatheme/layouts/partials/rss-link.html

6 lines
233 B
HTML
Raw Normal View History

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