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>

View File

@ -2,7 +2,7 @@
<div class="post-title">
<h1>
{{ .Title | markdownify }}
{{ if .Draft }}{{ partial "icon.html" "edit" }}{{ end }}
{{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
</h1>
</div>

View File

@ -6,7 +6,7 @@
{{ with .Parent.Params.icon }}{{ partial "icon.html" . }}{{ end }}
<a href="{{ .Permalink }}">{{ .Title | markdownify }}</a>
{{ if .Draft }}{{ partial "icon.html" "edit" }}{{ end }}
{{ if .Draft }}{{ partial "icon.html" "write" }}{{ end }}
</h2>
{{ partial "post-metadata.html" . }}