{title}
++ {title} +
-
- {tags.map(tag =>
- <>
-
-
- >
+
+
Previous Post
@@ -168,10 +168,8 @@ const nextPost =
stroke-linejoin="round"
class="icon icon-tabler icons-tabler-outline icon-tabler-chevron-right flex-none"
>
- <>
-
-
- >
+
+
)
diff --git a/src/pages/tags/index.astro b/src/pages/tags/index.astro
index 97d07b136..5133fc376 100644
--- a/src/pages/tags/index.astro
+++ b/src/pages/tags/index.astro
@@ -17,7 +17,7 @@ let tags = getUniqueTags(posts);
-
- {tags.map(({ tag }) =>