From e07d3afaf4c30b1b6ec41a0a455821a603f07edb Mon Sep 17 00:00:00 2001 From: Leif Niemczik Date: Wed, 16 Nov 2022 16:50:25 +0100 Subject: [PATCH] imprint, mastodon link --- public/favicon.svg | 38 ++++++++++++++++++++++---------- public/icons/mastodon.svg | 1 + public/icons/matrix.svg | 1 + src/layouts/Layout.astro | 41 ++++++++++++++++++++++++++++++++++- src/pages/imprint/index.astro | 33 ++++++++++++++++++++++++---- src/pages/index.astro | 12 +++++----- 6 files changed, 102 insertions(+), 24 deletions(-) create mode 100644 public/icons/mastodon.svg create mode 100644 public/icons/matrix.svg 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}`} +