Fix skip to main link on articles

This commit is contained in:
pancakes 2024-11-18 20:05:02 +10:00
parent 252e8f1427
commit 1013f18082
No known key found for this signature in database
GPG key ID: ED53D426432B861B

View file

@ -10,7 +10,7 @@
if (!data.description) error(500, "there is no description silly");
</script>
<article>
<article id="main-content">
<ArticleHeader />
<svelte:component this={data.content} />