potentially adding profile, but I think there is support for that already

This commit is contained in:
matthieu42morin 2024-04-29 05:07:45 +02:00
parent db5ffe3ea8
commit a0d0641de3
1 changed files with 8 additions and 0 deletions

View File

@ -6,12 +6,20 @@
import Toc from '$lib/components/blog/post_toc.svelte' import Toc from '$lib/components/blog/post_toc.svelte'
import Action from '$lib/components/blog/post_action.svelte' import Action from '$lib/components/blog/post_action.svelte'
import Footer from '$lib/components/main/footer.svelte' import Footer from '$lib/components/main/footer.svelte'
// import Profile from '$lib/components/index_profile.svelte'
export let post: Urara.Post export let post: Urara.Post
</script> </script>
<Head {post} /> <Head {post} />
<div class="flex flex-col flex-nowrap justify-center xl:flex-row xl:flex-wrap"> <div class="flex flex-col flex-nowrap justify-center xl:flex-row xl:flex-wrap">
<!-- Profile in container?-->
<!-- <div
in:fly={{ x: 25, duration: 300, delay: 500 }}
out:fly={{ x: 25, duration: 300 }}
class="flex-1 w-full max-w-screen-md order-first mx-auto xl:mr-0 xl:ml-8 xl:max-w-md">
<Profile/>
</div> -->
<div <div
in:fly={{ x: 25, duration: 300, delay: 500 }} in:fly={{ x: 25, duration: 300, delay: 500 }}
out:fly={{ x: 25, duration: 300 }} out:fly={{ x: 25, duration: 300 }}