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
3 files changed,
10 insertions(+),
3 deletions(-)
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>