aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/about-page.html
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-05-25 17:06:18 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-05-25 17:06:18 +0300
commit3e30c7241cb18c5e02195e889b9e4dc73490214a (patch)
tree134298933a516345965f2e45f01f72fee60de6de /_layouts/about-page.html
parent95e872ed91b2254f6486d8a106b09e4a80bc03e5 (diff)
downloadaaoth.xyz-3e30c7241cb18c5e02195e889b9e4dc73490214a.tar.gz
aaoth.xyz-3e30c7241cb18c5e02195e889b9e4dc73490214a.zip
fix minor issues
add width and height to icons add lang meta-tag add swap to fonts for faster loading
Diffstat (limited to '_layouts/about-page.html')
-rw-r--r--_layouts/about-page.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/about-page.html b/_layouts/about-page.html
index 66bad0a..6603cde 100644
--- a/_layouts/about-page.html
+++ b/_layouts/about-page.html
@@ -15,6 +15,7 @@ layout: default
<img
class= "link-icon"
alt="{{ link.type }}"
+ width=32px height=32px
src="/assets/img/{{ link.type }}-icon.png">
<div class="link-text">{{ link.name }}</div>
</a>