diff --git a/src/layouts/IndexLayout.astro b/src/layouts/IndexLayout.astro index d3dface..6713e54 100644 --- a/src/layouts/IndexLayout.astro +++ b/src/layouts/IndexLayout.astro @@ -85,16 +85,19 @@ const { posts, tags, levels } = await getAll(collection, tag, level);
-
-