Skip to content

Commit

Permalink
chore: add rss feed icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgellhorn committed Sep 4, 2024
1 parent a597521 commit 40d6c60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/consts.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,8 @@ export const SOCIALS = [
url: "https://github.com/cvgellhorn",
icon: "fa-brands:github",
},
{
url: "/rss.xml",
icon: "tabler:rss",
},
];

0 comments on commit 40d6c60

Please sign in to comment.