diff --git a/src/pages/tags/index.astro b/src/pages/tags/index.astro index e97ef13..864b175 100644 --- a/src/pages/tags/index.astro +++ b/src/pages/tags/index.astro @@ -28,14 +28,14 @@ tags.sort() MetaTag="website", MetaUrl="https://derekbrown.io" > -
+
{tags.map(tag => ( -
-
- {tag} | +
+
+ {tag}
-
+
{tagsWithNotes[tag].length}