Use jam icons instead of feather

https://jam-icons.com
This commit is contained in:
2021-10-26 18:50:48 -05:00
parent 9e5a8e6785
commit fc5f408831
9 changed files with 14 additions and 14 deletions

View File

@ -5,7 +5,7 @@
{{ .Title | markdownify }}
<span class="rss-link">
{{ with .OutputFormats.Get "rss" }}
<a href="{{ .Permalink }}">{{ partial "icon.html" "rss" }}</a>
<a href="{{ .Permalink }}">{{ partial "icon.html" "rss-feed" }}</a>
{{ end }}
</span>
</h1>