Skip to content

Commit

Permalink
RSS icon
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreumere committed Apr 19, 2024
1 parent 663dac0 commit d00dab7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
<a href="{{ .RelPermalink }}">{{ .Title }}</a><br>
</p>
{{ end }}
{{ end }}
{{ with .OutputFormats.Get "rss" -}}
<p>
<a href="{{ .Permalink }}"><img alt="RSS feed icon" src="{{ "icons/rss.png" | absURL }}"></a>
</p>
{{ end }}
{{ end }}
Binary file added static/icons/rss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d00dab7

Please sign in to comment.