fix: make blog index pages consistent
Some checks are pending
Deploy Next.js application / deploy (push) Waiting to run
Some checks are pending
Deploy Next.js application / deploy (push) Waiting to run
This commit is contained in:
parent
1386869c43
commit
53f1f98e41
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
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">
|
<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>
|
</h1>
|
||||||
<p className="text-muted-foreground flex-center mb-2">
|
<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">
|
<Link href="/rss.xml" rel="alternate" type="application/rss+xml">
|
||||||
<Button variant={"link"} className="mx-0 px-2">
|
<Button variant={"link"} className="mx-0 px-2">
|
||||||
<Rss className="w-5 h-5 mr-1" /> RSS feed
|
<Rss className="w-5 h-5 mr-1" /> RSS feed
|
||||||
|
|
Loading…
Reference in a new issue