moved remaining pages over to banner2

This commit is contained in:
2026-01-21 17:49:02 +01:00
parent df73da9ae2
commit a7b2b8bbe2
5 changed files with 25 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
<script>
import BannerTitleAlt from "$lib/banner-title-alt.svelte";
import Banner2 from "$lib/banner2.svelte";
import Content from "$lib/content.svelte";
import TableOfContents from "$lib/table-of-contents.svelte";
@@ -11,16 +11,14 @@
<meta name="description" content="{data.description}">
</svelte:head>
<BannerTitleAlt
title="{data.title}"
date="{data.date}"
banner="preview.webp"
bannerAlt="{""/*data.bannerAlt*/}"
/>
<Content>
<Banner2
title="{data.title}"
date="{data.date}"
banner="preview.webp"
bannerAlt="{""/*data.bannerAlt*/}" />
<Content useContentWidth>
<TableOfContents disableStickyScrolling />
<TableOfContents />
<svelte:component this={data.content} />