Update title texts

This commit is contained in:
Sat Naing
2022-09-13 16:32:29 +06:30
parent 126a7988c7
commit 4620636def
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const posts = await Astro.glob<Frontmatter>("../../contents/*.md");
const sortedPosts = getSortedPosts(posts);
---
<Layout title="Welcome to Astro.">
<Layout title="Posts | AstroPaper">
<Header activeNav="posts" />
<Main pageTitle="Posts" pageDesc="All the tags used in posts.">
<ul>