all repos — aaoth.xyz @ b06fbbfe86cb2207db595201c403334288d5cbb6

aaoth.xyz website

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.
la-ninpre leobrekalini@gmail.com
Mon, 18 Oct 2021 15:30:17 +0300
commit

b06fbbfe86cb2207db595201c403334288d5cbb6

parent

c1f727db2d2d4560efbb322c580de9513cef3842

3 files changed, 10 insertions(+), 3 deletions(-)

jump to
M _data/links.yml_data/links.yml

@@ -22,7 +22,15 @@ type: bandcamp

- 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
M _layouts/about-page.html_layouts/about-page.html

@@ -15,8 +15,7 @@ <li>

<a href="{{ link.link }}" {% if link.rel %}rel="{{ link.rel }}"{% endif %}> <img class= "link-icon" width="32" height="32" - alt="{{ link.type }} logo" - src="/assets/img/{{ link.type }}-icon.png"> + alt="" src="/assets/img/{{ link.type }}-icon.png"> <div class="link-text">{{ link.name }}</div> </a> </li>