Fix skip to main link on articles
This commit is contained in:
parent
252e8f1427
commit
1013f18082
1 changed files with 1 additions and 1 deletions
|
@ -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} />
|
||||
|
|
Loading…
Reference in a new issue