diff --git a/src/lib/CollectionList.svelte b/src/lib/CollectionList.svelte index 89c78753..70b47e36 100644 --- a/src/lib/CollectionList.svelte +++ b/src/lib/CollectionList.svelte @@ -4,6 +4,7 @@ export let col = "speaker"; export let img = "photoUrl"; export let aspect = "aspect-square"; + export let size = "normal"; import { format, addDays } from 'date-fns'; import SvelteMarkdown from 'svelte-markdown'; @@ -20,7 +21,7 @@ {#each arr as item} -
+
{#if item[img]}
{#if col === "benefit"} @@ -28,7 +29,7 @@
{item.slogan}
{/if} - +
{/if} {#if col !== "media-partner"} diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 5e3bae43..3eaefd77 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -6,7 +6,7 @@ {#if homepage} -
+

Prague Blockchain Week 2023

June 2-11, 2023
diff --git a/src/routes/[entry]/+page.svelte b/src/routes/[entry]/+page.svelte index a266d477..1b85af7c 100644 --- a/src/routes/[entry]/+page.svelte +++ b/src/routes/[entry]/+page.svelte @@ -12,10 +12,6 @@
-

Unions ({data.bundle.unions.length})

-
- -

Big events ({data.bundle.events.length})

@@ -26,15 +22,19 @@
{#if data.bundle.benefits}

benefits for visitors ({data.bundle.benefits.length})

-
+
{/if} {#if data.bundle["media-partners"]}

Media Partners & Communities ({data.bundle["media-partners"].length})

-
- +
+
{/if} +

Unions ({data.bundle.unions.length})

+
+ +
\ No newline at end of file diff --git a/src/routes/[entry]/[type]/[slug]/+page.svelte b/src/routes/[entry]/[type]/[slug]/+page.svelte index 2664fbda..a81a3e03 100644 --- a/src/routes/[entry]/[type]/[slug]/+page.svelte +++ b/src/routes/[entry]/[type]/[slug]/+page.svelte @@ -106,7 +106,7 @@
{/if} -

Source code / Edit

+

Source code / Edit