+
+
+ {#if article?.cover}
+
+ {/if}
+
+
-
+
diff --git a/src/routes/learning-center/article/[slug]/+page.svelte b/src/routes/learning-center/article/[slug]/+page.svelte
index 02d88e94..2f7111ac 100644
--- a/src/routes/learning-center/article/[slug]/+page.svelte
+++ b/src/routes/learning-center/article/[slug]/+page.svelte
@@ -18,64 +18,64 @@
image={getImageURL(article?.collectionId, article?.id, article?.cover)}
/>
-- {article?.title} -
-
-
+
- Last Updated: {new Date(article?.updated)?.toLocaleString(
- "en-US",
- {
- month: "short",
- day: "numeric",
- year: "numeric",
- daySuffix: "2-digit",
- },
- )}
+
+
+ + {article?.title} +
+
+
+
+
+
+ Last Updated: {new Date(article?.updated)?.toLocaleString(
+ "en-US",
+ {
+ month: "short",
+ day: "numeric",
+ year: "numeric",
+ daySuffix: "2-digit",
+ },
+ )}
+
+
+
-
-
-
+ {@html article?.description}
-
-
-
+
+
- {@html article?.description}
-
-
-
-
-
-
-
-
+
+
+
+ {#if article?.cover}
+
+ {/if}
+
+
-
+
- {article?.title} -
-
-
+
- Last Updated: {new Date(article?.updated)?.toLocaleString(
- "en-US",
- {
- month: "short",
- day: "numeric",
- year: "numeric",
- daySuffix: "2-digit",
- },
- )}
+
+
+ + {article?.title} +
+
+
+
+
+
+ Last Updated: {new Date(article?.updated)?.toLocaleString(
+ "en-US",
+ {
+ month: "short",
+ day: "numeric",
+ year: "numeric",
+ daySuffix: "2-digit",
+ },
+ )}
+
+
+
-
+ {@html article?.description}
-
-
-
-
- {#each article?.tags || [] as tags}
-
- {/each}
-
-
-
-
-
+
+
- {@html article?.description}
-
-