From bc42a8069c1688a9cf74ce697f7f19b92e107c9a Mon Sep 17 00:00:00 2001 From: sevichecc <91365763+Sevichecc@users.noreply.github.com> Date: Sat, 19 Nov 2022 17:38:25 +0800 Subject: [PATCH] revert card title --- src/lib/components/post_card.svelte | 2 +- src/lib/config/site.ts | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) 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'