[WIP] v2 #11

Draft
ashpie wants to merge 5 commits from v2 into develop
4 changed files with 2 additions and 1 deletions
Showing only changes of commit 26f9fe4134 - Show all commits

View File

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

After

Width:  |  Height:  |  Size: 37 KiB

View File

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -1,7 +1,8 @@
<script>
import {page} from "$app/stores";
import {BaseLayout} from "piekit-front";
import logo from "../lib/img/logo.svg";
</script>
<BaseLayout title={$page.data.title} h1={$page.data.h1} description={$page.data.description}>
<BaseLayout title={$page.data.title} h1={$page.data.h1} description={$page.data.description} logo={logo}>
<slot/>
</BaseLayout>