moved remaining pages over to banner2
This commit is contained in:
@@ -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} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user