Skip to content

Commit 1ba8346

Browse files
authored
Merge pull request #31 from sajal2692/develop
fix: change page title from "Blogs" to "Posts"
2 parents bb69b88 + 9e677d4 commit 1ba8346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/posts/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const sortedPosts = getSortedPosts(posts);
1313

1414
<Layout title={`Posts | ${SITE.title}`}>
1515
<Header activeNav="posts" />
16-
<Main pageTitle="Blogs" pageDesc="Here I document my experiments with AI engineering, insights from building intelligent systems and share deep dives on latest paradigms.">
16+
<Main pageTitle="Posts" pageDesc="Here I document my experiments with AI engineering, insights from building intelligent systems and share deep dives on latest paradigms.">
1717
<ul class="posts-list">
1818
{
1919
sortedPosts.map(({ data, slug }) => (

0 commit comments

Comments
 (0)