diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-09-15 14:57:10 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-09-15 14:57:10 +0300 |
| commit | f6137e439613a588b1e69cff25344ed110865fdc (patch) | |
| tree | 5e809504121aa1634afd176c38444fba1d779e8d /_layouts/about-page.html | |
| parent | 97a9ede8c7b16468c78506f4e6c413287f00cc07 (diff) | |
| download | aaoth.xyz-f6137e439613a588b1e69cff25344ed110865fdc.tar.gz aaoth.xyz-f6137e439613a588b1e69cff25344ed110865fdc.zip | |
add <meta> tags and lang keyword to <html> tag
also add alts to link images.
Diffstat (limited to '_layouts/about-page.html')
| -rw-r--r-- | _layouts/about-page.html | 7 |
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> |
