diff --git a/src/routes/blog/article/[slug]/+page.svelte b/src/routes/blog/article/[slug]/+page.svelte index 628cccd9..88c05bcb 100644 --- a/src/routes/blog/article/[slug]/+page.svelte +++ b/src/routes/blog/article/[slug]/+page.svelte @@ -43,18 +43,21 @@
-
+

{article?.title}

- Published {new Date(article?.created)?.toLocaleString("en-US", { - month: "short", - day: "numeric", - year: "numeric", - daySuffix: "2-digit", - })} + Last Updated: {new Date(article?.updated)?.toLocaleString( + "en-US", + { + month: "short", + day: "numeric", + year: "numeric", + daySuffix: "2-digit", + }, + )}
@@ -72,10 +75,10 @@ > {#if !data?.user}
-

+

Stay informed in just 2 minutes

@@ -95,7 +98,7 @@ {/if}