Skip to content

Commit 9e677d4

Browse files
sajal2692claude
andcommitted
fix: change page title from "Blogs" to "Posts"
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6e55b43 commit 9e677d4

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)