diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 74b77e7..c60b2ac 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -100,7 +100,7 @@ if (!title) title = 'Astral Halo'; ? { onclick: item.onclick } : { id: 'nav-' + item.onclick.id }))} > - + )) } @@ -118,14 +118,14 @@ if (!title) title = 'Astral Halo'; ? { onclick: item.onclick } : { id: 'nav-' + item.onclick.id }))} > - + )) }
@@ -208,7 +208,7 @@ if (!title) title = 'Astral Halo'; : { id: 'side-' + item.onclick.id }))} class="btn-ghost" > - + {i18n(item.text)} diff --git a/src/components/search/Pagefind.astro b/src/components/search/Pagefind.astro index e0c3273..55fd4fa 100644 --- a/src/components/search/Pagefind.astro +++ b/src/components/search/Pagefind.astro @@ -15,7 +15,12 @@ const bundlePath = `${import.meta.env.BASE_URL}pagefind/`;
Fake Result - +
This is a fake result. diff --git a/src/components/search/SearchBaseUI.astro b/src/components/search/SearchBaseUI.astro index 242afde..59d2f01 100644 --- a/src/components/search/SearchBaseUI.astro +++ b/src/components/search/SearchBaseUI.astro @@ -12,7 +12,7 @@ const { class: className, ...rest } = Astro.props;
{description}
- +
diff --git a/src/components/user/RepoCard.astro b/src/components/user/RepoCard.astro index d60e3d8..b040808 100644 --- a/src/components/user/RepoCard.astro +++ b/src/components/user/RepoCard.astro @@ -34,7 +34,7 @@ switch (platform) {
{repoName} - +
@@ -42,19 +42,19 @@ switch (platform) {
- +
- +
diff --git a/src/pages/archives/[...time].astro b/src/pages/archives/[...time].astro index 2ae1e59..58ff72e 100644 --- a/src/pages/archives/[...time].astro +++ b/src/pages/archives/[...time].astro @@ -153,7 +153,11 @@ const postCount = await getPostsCount();
  • {index > 0 &&
    }
    - +
    {i18n(I18nKey.more)} - +
    {renderMonth(year, month)}
    diff --git a/src/pages/archives/categories/index.astro b/src/pages/archives/categories/index.astro index 1851c59..8390c54 100644 --- a/src/pages/archives/categories/index.astro +++ b/src/pages/archives/categories/index.astro @@ -59,7 +59,11 @@ if (uncategorizedPosts.length > 0)
  • {index > 0 &&
    }
    - +
    0)
      diff --git a/src/pages/archives/tags/index.astro b/src/pages/archives/tags/index.astro index 683aec3..84ff8b8 100644 --- a/src/pages/archives/tags/index.astro +++ b/src/pages/archives/tags/index.astro @@ -52,7 +52,11 @@ if (untaggedPosts.length > 0) tagPosts.set(i18n(I18nKey.untagged) as string, unt
    • {index > 0 &&
      }
      - +
      0) tagPosts.set(i18n(I18nKey.untagged) as string, unt