Skip to content

Commit

Permalink
chore: Remove leftover comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed Jan 16, 2024
1 parent 55912e7 commit 70ed4df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
3 changes: 0 additions & 3 deletions svelte-app/src/routes/[[lang=lang]]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
<meta property="twitter:description" content={description} />
</svelte:head>

<!-- <HeadedBlock heading={$t('About me')}>
<PortableText text={data.about.bio} />
</HeadedBlock> -->
{#if data.config?.about}
{#each data.config.about as aboutSection}
<HeadedBlock heading={aboutSection.title}>
Expand Down
25 changes: 0 additions & 25 deletions svelte-app/src/routes/[[lang=lang]]/etc/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,3 @@
<EmptyContent />
<Divider />
{/if}

<!-- <HeadedBlock heading={$t('Say hello')}>
<PortableText text={data.about.contact} />
</HeadedBlock>
<Divider />
<HeadedBlock heading={$t('PGP')}>
<p>
{$t("Want to send a secure message my way? Here's my main PGP key:")}
<Link href="/pgp.txt" newtab>D1FD DE24 BB72 BFEF E045 ECE0 8A2C 67E2 2184 F162</Link>
</p>
</HeadedBlock>
<Divider />
<HeadedBlock heading={$t('Meta')}>
<PortableText text={data.about.body} />
</HeadedBlock> -->

<!-- <style lang="scss">
p {
@apply my-4 transition-[color];
}
</style> -->

0 comments on commit 70ed4df

Please sign in to comment.