diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-09-19 16:34:37 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-09-19 16:34:37 +0300 |
| commit | a546917f088f049e91aca075a222096dea83fb2b (patch) | |
| tree | 1615c42547dbd5c33c69703351b893462a7f8a5d /_layouts | |
| parent | 1f26e4981ecd89ace20d9e329a629fd63dfc269a (diff) | |
| download | aaoth.xyz-a546917f088f049e91aca075a222096dea83fb2b.tar.gz aaoth.xyz-a546917f088f049e91aca075a222096dea83fb2b.zip | |
fix html errors
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/about-page.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_layouts/about-page.html b/_layouts/about-page.html index 78a5a73..bce5a55 100644 --- a/_layouts/about-page.html +++ b/_layouts/about-page.html @@ -5,7 +5,7 @@ layout: default <div class="about"> <div class="about-sidebar"> <img id="avatar" alt="aaoth-photo" - width=128px height=128px src="/assets/img/aaoth-photo.jpeg"> + width="128" height="128" src="/assets/img/aaoth-photo.jpeg"> <div class="about-links"> <p>other links:</p> <ul> @@ -13,8 +13,8 @@ layout: default {% for link in sorted_links %} <li> <a href="{{ link.link }}" - {%- if link.rel -%}rel="{{ link.rel }}"{%- endif -%}> - <img class= "link-icon" width=32px height=32px + {% 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"> <div class="link-text">{{ link.name }}</div> |
