Make all section headers anchors

This commit is contained in:
thiloho
2024-08-24 21:43:15 +02:00
parent b7601f46bb
commit 079b6d8f8a
11 changed files with 75 additions and 37 deletions

View File

@@ -38,11 +38,9 @@
</header>
<main>
<section>
{@html mainContent}
</section>
{@html mainContent}
{#if articles.length > 0}
<section>
<section class="articles" id="articles">
<h2>Articles</h2>
{#each articles as article}