diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..014185acd --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "themeable" + ] +} \ No newline at end of file diff --git a/apps/codingcatdev/src/lib/types/index.ts b/apps/codingcatdev/src/lib/types/index.ts index 1850f08c1..efa1d0a02 100644 --- a/apps/codingcatdev/src/lib/types/index.ts +++ b/apps/codingcatdev/src/lib/types/index.ts @@ -91,6 +91,7 @@ export interface Socials { facebook?: string; github?: string; instagram?: string; + lastfm?: string; linkedin?: string; email?: string; mastodon?: string; diff --git a/apps/codingcatdev/src/routes/(content-single)/(non-course)/Author.svelte b/apps/codingcatdev/src/routes/(content-single)/(non-course)/Author.svelte index 37556f867..e16e38a22 100644 --- a/apps/codingcatdev/src/routes/(content-single)/(non-course)/Author.svelte +++ b/apps/codingcatdev/src/routes/(content-single)/(non-course)/Author.svelte @@ -13,6 +13,7 @@ Github, Instagram, Linkedin, + Lastdotfm, Mastodon, Medium, Polywork, @@ -108,6 +109,16 @@ {/if} + {#if data.content?.socials?.lastfm} + + + + {/if} {#if data.content?.socials?.linkedin}