diff --git a/src/layouts/default/components/nav-link.astro b/src/layouts/default/components/nav-link.astro
index 9fe4ba2..a067377 100644
--- a/src/layouts/default/components/nav-link.astro
+++ b/src/layouts/default/components/nav-link.astro
@@ -27,5 +27,12 @@ const isSelected =
>
- {isSelected ?
: null}
+ {
+ isSelected ? (
+
+ ) : null
+ }
diff --git a/src/layouts/default/index.astro b/src/layouts/default/index.astro
index 99f24bc..b3617c6 100644
--- a/src/layouts/default/index.astro
+++ b/src/layouts/default/index.astro
@@ -15,8 +15,14 @@ const canonicalUrl = getCanonicalUrl(Astro.url);
---
-
+
+
+
@@ -49,12 +55,14 @@ const canonicalUrl = getCanonicalUrl(Astro.url);
{title}
-
-
+
+
+
-
+