From 4620636def27502a41238b9b4b75ff2151985e01 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Tue, 13 Sep 2022 16:32:29 +0630 Subject: [PATCH] Update title texts --- src/pages/index.astro | 2 +- src/pages/posts/index.astro | 2 +- src/pages/tags/[tag].astro | 2 +- src/pages/tags/index.astro | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 3a6385f..163183b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,7 +13,7 @@ const posts = await Astro.glob("../contents/*.md"); const sortedPosts = getSortedPosts(posts); --- - +
diff --git a/src/pages/posts/index.astro b/src/pages/posts/index.astro index 1787756..284ec26 100644 --- a/src/pages/posts/index.astro +++ b/src/pages/posts/index.astro @@ -12,7 +12,7 @@ const posts = await Astro.glob("../../contents/*.md"); const sortedPosts = getSortedPosts(posts); --- - +
    diff --git a/src/pages/tags/[tag].astro b/src/pages/tags/[tag].astro index e452c7c..35271f0 100644 --- a/src/pages/tags/[tag].astro +++ b/src/pages/tags/[tag].astro @@ -42,7 +42,7 @@ const posts: MarkdownInstance[] = await Astro.glob( const tagPosts = getPostsByTag(posts, tag); --- - +
    ("../../contents/*.md"); let tags = getUniqueTags(posts); --- - +