aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-10-18 15:30:17 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-10-18 15:30:17 +0300
commitb06fbbfe86cb2207db595201c403334288d5cbb6 (patch)
tree1eb183b8cd3b29207625273736782c330261aa95 /_layouts
parentc1f727db2d2d4560efbb322c580de9513cef3842 (diff)
downloadaaoth.xyz-b06fbbfe86cb2207db595201c403334288d5cbb6.tar.gz
aaoth.xyz-b06fbbfe86cb2207db595201c403334288d5cbb6.zip
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.
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/about-page.html3
1 files changed, 1 insertions, 2 deletions
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
<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>