diff --git a/src/lib/components/post_card.svelte b/src/lib/components/post_card.svelte index 5afe52a2..070872ab 100644 --- a/src/lib/components/post_card.svelte +++ b/src/lib/components/post_card.svelte @@ -92,7 +92,7 @@ {:else} -

{post.title ?? post.path.slice(1)}

+

{post.title ?? post.path.slice(1)}

{/if} {/if} {#if post.summary} diff --git a/src/lib/config/site.ts b/src/lib/config/site.ts index 03f50ddc..9ca5d686 100644 --- a/src/lib/config/site.ts +++ b/src/lib/config/site.ts @@ -14,23 +14,19 @@ export const site: SiteConfig = { bio: ' Code / Tech
Living a Random Life ', metadata: [ { - text: '', icon: 'i-mdi-github', link: 'https://github.com/sevichecc' }, { - text: '', icon: 'i-simple-icons-matrix', link: 'https://matrix.to/#/@seviche:kongwoo.icu' }, { - text: '', icon: 'i-heroicons-solid-key', link: 'https://keys.openpgp.org/vks/v1/by-fingerprint/76DF9F9CC0C3619AA12CB914AFF18B986818D8AD', rel: 'pgpkey' }, { - text: '', icon: 'i-ic-twotone-rss-feed', link: '/atom.xml', rel: 'rss'