diff --git a/src/lib/components/Footer.svelte b/src/lib/components/Footer.svelte index 320b150..8719789 100644 --- a/src/lib/components/Footer.svelte +++ b/src/lib/components/Footer.svelte @@ -42,8 +42,13 @@ { title: 'Open Source Software', href: '/oss' }, { href: '/about/terms-of-service', title: 'Terms of Service' }, { href: '/about/privacy-policy', title: 'Privacy Policy' }, - { title: 'Bluesky', href: 'https://bsky.app/profile/projectwallace.com' }, - { title: 'GitHub', href: 'https://github.com/projectwallace' } + { + title: 'Code of Conduct', + href: 'https://github.com/projectwallace/projectwallace.com/blob/main/CODE_OF_CONDUCT.md', + rel: 'external' + }, + { title: 'Bluesky', href: 'https://bsky.app/profile/projectwallace.com', rel: 'external' }, + { title: 'GitHub', href: 'https://github.com/projectwallace', rel: 'external' } ] } ] @@ -54,14 +59,16 @@
This site is powered by Netlify