Skip to content

Commit

Permalink
move rss link in blog
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Sep 15, 2024
1 parent 090ec92 commit bf44a7c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/layouts/BlogLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface Props {
const { description = "Arhan's Blog", pubDate, title } = Astro.props;
---

<Layout {title} description={description} sshUser="blog">
<Layout {title} description={description} sshUser="blog" includeRss={true}>
<div class="system-ui" id="max-width-wrapper">
<h1>{title}</h1>
<p>
Expand All @@ -23,9 +23,7 @@ const { description = "Arhan's Blog", pubDate, title } = Astro.props;
})}`
: "!! UNPUBLISHED !!"
}
&#x2022; <a href="/blog/">more posts</a> &#x2022; <a href="/rss.xml"
>rss</a
>
&#x2022; <a href="/blog/">more posts</a>
</p>
<hr />
<div class="offwhite" id="blog-body">
Expand Down

0 comments on commit bf44a7c

Please sign in to comment.