From b06fbbfe86cb2207db595201c403334288d5cbb6 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 18 Oct 2021 15:30:17 +0300 Subject: add new links and fix alts on link icons add toki.social and keybase link. i'm unsure how i can use the keybase original logo, so i'm using google's icon instead. --- _data/links.yml | 10 +++++++++- _layouts/about-page.html | 3 +-- assets/img/keybase-icon.png | Bin 0 -> 2811 bytes 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 assets/img/keybase-icon.png diff --git a/_data/links.yml b/_data/links.yml index fa487d9..ebe723c 100644 --- a/_data/links.yml +++ b/_data/links.yml @@ -22,7 +22,15 @@ - name: hälsorisk link: https://haelsorisk.bandcamp.com type: bandcamp -- name: mastodon +- name: distrotoot link: https://distrotoot.com/@la_ninpre type: mastodon rel: me +- name: toki.social + link: https://toki.social/@jan_lewa + type: mastodon + rel: me +- name: keybase + link: https://keybase.io/la_ninpre + type: keybase + rel: me diff --git a/_layouts/about-page.html b/_layouts/about-page.html index bce5a55..c9263cd 100644 --- a/_layouts/about-page.html +++ b/_layouts/about-page.html @@ -15,8 +15,7 @@ layout: default {{ link.type }} logo + alt="" src="/assets/img/{{ link.type }}-icon.png"> diff --git a/assets/img/keybase-icon.png b/assets/img/keybase-icon.png new file mode 100644 index 0000000..33272d6 Binary files /dev/null and b/assets/img/keybase-icon.png differ -- cgit v1.2.3