add Note field in recipe

This commit is contained in:
2023-07-21 00:18:37 +02:00
parent e78f173818
commit 01b2409a8d
6 changed files with 60 additions and 4 deletions
@@ -10,6 +10,7 @@
import TitleImgParallax from '$lib/components/TitleImgParallax.svelte';
import { afterNavigate } from '$app/navigation';
import {season} from '$lib/js/season_store';
import RecipeNote from '$lib/components/RecipeNote.svelte';
export let data: PageData;
@@ -226,8 +227,10 @@ h4{
<a class=tag href="/rezepte/tag/{tag}">{tag}</a>
{/each}
</div>
</div>
{#if data.note}
<RecipeNote note={data.note}></RecipeNote>
{/if}
</div>
<div class=wrapper_wrapper>
<div class=wrapper>