one line change in blog
This commit is contained in:
parent
c38d18edcc
commit
150e24856d
2 changed files with 7 additions and 2 deletions
|
@ -156,7 +156,12 @@ export default async function BlogSlugArticle({
|
|||
Back
|
||||
</Button>
|
||||
</Link>
|
||||
<Link href="/rss.xml" className="ml-auto" rel="alternate">
|
||||
<Link
|
||||
href="/rss.xml"
|
||||
className="ml-auto"
|
||||
rel="alternate"
|
||||
type="application/rss+xml"
|
||||
>
|
||||
<Button
|
||||
variant={"link"}
|
||||
size={"lg"}
|
||||
|
|
|
@ -52,7 +52,7 @@ const BlogPage = async ({
|
|||
</h1>
|
||||
<p className="text-muted-foreground flex-center mb-2">
|
||||
Stay updated with our latest blog posts by subscribing to our
|
||||
<Link href="/rss.xml" rel="alternate">
|
||||
<Link href="/rss.xml" rel="alternate" type="application/rss+xml">
|
||||
<Button variant={"link"} className="mx-0 px-2">
|
||||
<Rss className="w-5 h-5 mr-1" /> RSS feed
|
||||
</Button>
|
||||
|
|
Loading…
Reference in a new issue