Skip to content

Commit

Permalink
chore: fix rss
Browse files Browse the repository at this point in the history
  • Loading branch information
shivan-s committed Oct 23, 2024
1 parent 031188c commit d07f361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h2>About</h2>
<header>
<h2>Posts</h2>
<span>{{ with .OutputFormats.Get "rss" -}}
<a title="RSS" href="{{ .Permalink }}">{{ readFile 'static/rss.svg' | safeHTML }}</a>
<a title="RSS" href="{{ .Permalink }}">{{ readFile "static/rss.svg" | safeHTML }}</a>
{{ end }}
</span>
</header>
Expand Down

0 comments on commit d07f361

Please sign in to comment.