diff options
author | Michal Sapka <michal@sapka.me> | 2022-09-11 10:08:23 +0200 |
---|---|---|
committer | Michal Sapka <michal@sapka.me> | 2022-09-11 10:08:23 +0200 |
commit | d8bc7fa8dc4923552a4ae53ee16ea38f50c5364c (patch) | |
tree | a1b78e10e74260e786852d7a818340309e3c2e99 /pages/index.tsx | |
parent | 2ec9abeb599c47633efd502d92be93385d07d1f1 (diff) |
feat: add link to RSS
Diffstat (limited to 'pages/index.tsx')
-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> |