aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/about-page.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/about-page.html')
-rw-r--r--_layouts/about-page.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/_layouts/about-page.html b/_layouts/about-page.html
index 024731c..78a5a73 100644
--- a/_layouts/about-page.html
+++ b/_layouts/about-page.html
@@ -14,10 +14,9 @@ layout: default
<li>
<a href="{{ link.link }}"
{%- if link.rel -%}rel="{{ link.rel }}"{%- endif -%}>
- <img
- class= "link-icon"
- width=32px height=32px
- src="/assets/img/{{ link.type }}-icon.png">
+ <img class= "link-icon" width=32px height=32px
+ alt="{{ link.type }} logo"
+ src="/assets/img/{{ link.type }}-icon.png">
<div class="link-text">{{ link.name }}</div>
</a>
</li>