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