fix(blog): show page in title
This commit is contained in:
parent
76d8becfb3
commit
d0d55524ba
@ -42,7 +42,7 @@ const {
|
||||
---
|
||||
|
||||
<BaseLayout
|
||||
title="Blog | Astro Deploy"
|
||||
title={`Blog Page ${page.currentPage} | Astro Deploy`}
|
||||
description="Explore insightful articles on our Blog: Dive into a world of knowledge through posts crafted with expertise. Discover, learn, and grow with us.">
|
||||
<div class="container mx-auto px-4 py-8 sm:py-12 lg:px-8 lg:py-16 xl:max-w-7xl">
|
||||
<div class="text-center text-zinc-800 dark:text-zinc-200">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user