We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284280b commit bf331e1Copy full SHA for bf331e1
pages/blog/index.tsx
@@ -24,12 +24,7 @@ const Blog: NextPage<BlogProps> = ({ pages }) => {
24
<Container mb="3rem">
25
<Title>Blog</Title>
26
<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
- .
+ Posts about code, projects and various other things.
33
</Text>
34
</Container>
35
<Grid gridTemplateColumns={['1fr', '1fr 1fr']} gridGap={['3rem', '2rem']}>
public/blog/feed.xml
0 commit comments