wrote actual error page

This commit is contained in:
2026-01-29 21:28:43 +01:00
parent b98ebb173c
commit 89f112ee0f
32 changed files with 17 additions and 250 deletions

View File

@@ -65,13 +65,13 @@
</script>
{#if stickyScrolling}
<div class="toc-container notched sticky-toc" bind:this={root}>
{@render tocList()}
</div>
<div class="toc-container notched sticky-toc" bind:this={root}>
{@render tocList()}
</div>
{:else}
<div class="toc-container notched" bind:this={root}>
{@render tocList()}
</div>
<div class="toc-container notched" bind:this={root}>
{@render tocList()}
</div>
{/if}
{#snippet tocList()}