added links to projects pages (not yet styled)

This commit is contained in:
2026-04-08 14:20:58 +02:00
parent 0e08a0e05b
commit 9a74a6b828

View File

@@ -24,6 +24,10 @@
<!-- <TableOfContents /> -->
{#each data.projectDetails.links as l}
<a href={l.link}>{l.text}</a>
{/each}
<svelte:component this={data.content} />
</Content>