diff --git a/src/routes/posts/writing-personal-home-page/_comp/simpleExample.svelte b/src/routes/posts/writing-personal-home-page/_comp/simpleExample.svelte index 6b2ddb0..02990a8 100644 --- a/src/routes/posts/writing-personal-home-page/_comp/simpleExample.svelte +++ b/src/routes/posts/writing-personal-home-page/_comp/simpleExample.svelte @@ -1,8 +1,10 @@ -

Hello {name}

+

Hello {name[funny] || name}

@@ -10,4 +12,4 @@ h1 { padding-top: 0; } - \ No newline at end of file +