Skip to content

Commit bf331e1

Browse files
committed
Remove blog RSS feed
1 parent 284280b commit bf331e1

File tree

2 files changed

+1
-57
lines changed

2 files changed

+1
-57
lines changed

pages/blog/index.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ const Blog: NextPage<BlogProps> = ({ pages }) => {
2424
<Container mb="3rem">
2525
<Title>Blog</Title>
2626
<Text textAlign="center">
27-
Posts about code, projects and various other things. <br />
28-
An RSS feed is available at this{' '}
29-
<a target="_blank" href="/blog/feed.xml">
30-
link
31-
</a>
32-
.
27+
Posts about code, projects and various other things.
3328
</Text>
3429
</Container>
3530
<Grid gridTemplateColumns={['1fr', '1fr 1fr']} gridGap={['3rem', '2rem']}>

public/blog/feed.xml

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)