diff --git a/src/comps/timeline/timelineItem.svelte b/src/comps/timeline/timelineItem.svelte index 119e5c9..500f1de 100644 --- a/src/comps/timeline/timelineItem.svelte +++ b/src/comps/timeline/timelineItem.svelte @@ -1,99 +1,99 @@ - - - - -
-
- {#if imagePath !== "null"} -
- nothing -
- {/if} -
-
-
-
{@html title}
-
{@html date}
-
{@html desc}
-
-
- - \ No newline at end of file