Skip to content

Commit

Permalink
adding rss
Browse files Browse the repository at this point in the history
  • Loading branch information
drio committed Feb 13, 2025
1 parent 0760cbf commit 15fc1b8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.header {
display: flex;
align-items: center;
gap: 15px;
gap: 10px;
justify-content: center;
padding-top: 15px;
}
Expand Down Expand Up @@ -178,6 +178,8 @@
<a href="https://github.com/drio/unixmagic" target="_blank">
<img src="github.svg" alt="github" />
</a>
{{ $i := "index.xml" }}
<a href="{{ $i | relURL }}" class="rss-link" title="RSS Feed"><img src="rss.svg"> </a>
<a href="#poster-info" class="header-link">About</a>
</div>

Expand Down
33 changes: 33 additions & 0 deletions static/rss.svg
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 15fc1b8

Please sign in to comment.