diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index ed011af2..5dbb8e4e 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -92,6 +92,11 @@ const Home: NextPage = () => { <Link href="https://mailchi.mp/85b0caa8a1c1/michalsapkapl" isExternal> <Button>Subscribe to my newsletter</Button> </Link> + <Box opacity="0.5"> + <Link href="https://michal.sapka.me/rss/feed.xml"> + or subscribe via RSS + </Link> + </Box> </Box> </Stack> </Box> |