fix: make blog index pages consistent
Some checks are pending
Deploy Next.js application / deploy (push) Waiting to run

This commit is contained in:
Dorian Niemiec 2024-09-08 17:49:50 +02:00
parent 1386869c43
commit 53f1f98e41

View file

@ -49,10 +49,11 @@ const BlogPage = async ({ params }: { params: { id: string } }) => {
className="wrapper container py-24 md:py-28 gap-2 flex-center flex-col"
>
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
SVR.JS Blog Post
SVR.JS Blog
</h1>
<p className="text-muted-foreground flex-center mb-2">
Stay updated with our latest blog posts by subscribing to our
Our blog has web development, web server administration, and web
application security tips.
<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