+ {/if}
-
\ No newline at end of file
+
diff --git a/src/lib/components/ArticlesSkeleton.svelte b/src/lib/components/ArticlesSkeleton.svelte
index 2064417..5f0829a 100644
--- a/src/lib/components/ArticlesSkeleton.svelte
+++ b/src/lib/components/ArticlesSkeleton.svelte
@@ -4,42 +4,45 @@
classes?: string[];
}
- let { count = 6, classes = ['columns'] }: Props = $props();
+ let { count = 6, classes = [""] }: Props = $props();
const placeholders = Array.from({ length: count });
-
+{/each}
diff --git a/src/lib/util/page_loading_indicator.svelte b/src/lib/util/page_loading_indicator.svelte
index da2b46b..7b07d77 100644
--- a/src/lib/util/page_loading_indicator.svelte
+++ b/src/lib/util/page_loading_indicator.svelte
@@ -1,5 +1,6 @@
@@ -28,8 +29,10 @@
base="/articles"
/>
-
-
+
+
\ No newline at end of file
+