Skip to content

Commit

Permalink
Add RSS feed link to Socials.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Apr 19, 2024
1 parent 8ba2079 commit f91d00b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/lib/components/molecules/Socials.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import TikTokIcon from '$lib/icons/socials/tiktok.svelte';
import BlueskyIcon from '$lib/icons/socials/bluesky.svelte';
import TelegramIcon from '$lib/icons/socials/telegram.svelte';
import RSSIcon from '$lib/icons/rss.svelte';
</script>

<div class="socials">
Expand Down Expand Up @@ -84,6 +85,10 @@
>
<GitHubIcon />
</a>
<a href="/rss.xml" target="_blank" rel="noopener noreferrer" title="Subscribe to my RSS Feed">
<RSSIcon />
</a>

<!-- <a
href="mailto:[email protected]"
target="_blank"
Expand All @@ -100,7 +105,7 @@
display: flex;
align-items: center;
gap: 20px;
flex-wrap: wrap;
flex-wrap: wrap;
a {
transition: all 0.2s ease-in-out;
Expand Down

0 comments on commit f91d00b

Please sign in to comment.