1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-03-11 14:58:02 -05:00
2021-11-23 19:06:26 -06:00

6 lines
233 B
HTML

<span class="rss-link">
{{ with .OutputFormats.Get "rss" }}
<a href="{{ .Permalink }}" target="_blank" rel="noopener" aria-label="{{ i18n "aria_rss_link" }}">{{ partial "icon.html" "rss-feed" }}</a>
{{ end }}
</span>