diff --git a/public/favicon.svg b/public/favicon.svg index 0f39062..c277934 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,13 +1,27 @@ - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/icons/mastodon.svg b/public/icons/mastodon.svg new file mode 100644 index 0000000..a314114 --- /dev/null +++ b/public/icons/mastodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/icons/matrix.svg b/public/icons/matrix.svg new file mode 100644 index 0000000..79911c8 --- /dev/null +++ b/public/icons/matrix.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 474135f..ac0540a 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,6 +16,20 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin' {`${title ? title + ' / ' : ''}${permaTitle}`} +