hugo-theme-zzo/layouts/partials/footer/links-feed.html

5 lines
201 B
HTML
Raw Normal View History

{{ if $.Param "showFeedLinks" }}
2019-11-22 07:29:07 +00:00
<a href="{{ "/" | relLangURL }}/index.xml" type="application/rss+xml" title="rss">
{{ partial "svgs/etc/rss.svg" (dict "width" 32 "height" 32) }}
</a>
{{ end }}