From 9d5664fc844b125ace85651d1c362c561ec6be81 Mon Sep 17 00:00:00 2001 From: Vri Date: Thu, 12 Jan 2023 23:08:47 +0100 Subject: [PATCH] Add mastodon link --- assets/icons/mastodon.svg | 1 + assets/sidebar.scss | 9 +++++++++ layouts/partials/sidebar.html | 8 +++++--- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 assets/icons/mastodon.svg diff --git a/assets/icons/mastodon.svg b/assets/icons/mastodon.svg new file mode 100644 index 0000000..ca16949 --- /dev/null +++ b/assets/icons/mastodon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/sidebar.scss b/assets/sidebar.scss index fc3dfb9..6a0a1ea 100644 --- a/assets/sidebar.scss +++ b/assets/sidebar.scss @@ -34,6 +34,15 @@ #information { margin: 0; font-size: .8em; + #social-links { + list-style: none; + margin: 0; + padding: 0; + img { + height: 2em; + fill: var(--vriish-rose); + } + } } } #sidebar-menu { diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 3861f5f..29064b5 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -4,9 +4,11 @@

{{ .Site.Params.displayName }}

-

- {{ .Site.Params.username }} -

+