all repos — aaoth.xyz @ a546917f088f049e91aca075a222096dea83fb2b

aaoth.xyz website

fix html errors
la-ninpre leobrekalini@gmail.com
Sun, 19 Sep 2021 16:34:37 +0300
commit

a546917f088f049e91aca075a222096dea83fb2b

parent

1f26e4981ecd89ace20d9e329a629fd63dfc269a

M _includes/art-menu.html_includes/art-menu.html

@@ -10,7 +10,8 @@ {{ page.title }}

</span> </a> <div class="art-menu-item-img"> - <img src="{{ artthumbs | sample }}"> + <img src="{{ artthumbs | sample }}" + alt="{{ page.title }} preview"> </div> </li> {% endif %}
M _includes/footer.html_includes/footer.html

@@ -6,14 +6,14 @@ <a href="http://creativecommons.org/licenses/by-sa/4.0/">

cc-by-sa-4.0 </a> </p> - <p> <p>gpg key: - <a href="/pgp.asc"> - 405C2C163EF6A2C9 - </a> + <a href="/pgp.asc"> + 405C2C163EF6A2C9 + </a> </p> - <a rel="site source" href="https://git.aaoth.xyz/aaoth.xyz.git/about"> - site source - </a> + <p> + <a rel="site source" href="https://git.aaoth.xyz/aaoth.xyz.git/about"> + site source + </a> </p> </footer>
M _includes/navigation.html_includes/navigation.html

@@ -1,13 +1,11 @@

<nav> <img src="/assets/img/aaoth-logo.png" alt="aaoth website logo" - width="376px" height="auto"> + width="376"> <ul> {%- for item in site.data.navigation -%} <li> <a href="{{ item.link }}" - {%- if page.url == item.link -%} - class="current" - {%- endif -%}> + {% if page.url == item.link %}class="current"{% endif %}> {{ item.name }} </a> </li>
M _includes/post-preview.html_includes/post-preview.html

@@ -7,9 +7,8 @@ <p>

<a href="{{ post.url }}">read more...</a> </p> <small> - <p>{{ post.date | date_to_string }} / + {{ post.date | date_to_string }} / {% for tag in post.tags %}<a href="/tags/{{tag}}">{{tag}} </a> {% endfor %} - </p> </small> </div>
M _layouts/about-page.html_layouts/about-page.html

@@ -5,7 +5,7 @@

<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 @@ {%- assign sorted_links = site.data.links | sort: "type" -%}

{% 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>
M _posts/2021-05-23-join-the-test-of-my-matrix-server.md_posts/2021-05-23-join-the-test-of-my-matrix-server.md

@@ -13,7 +13,7 @@ i also launched an instance of [element][2] matrix web-client on

[element.aaoth.xyz][3], so you can try it. [0]:https://matrix.org -[1]:https://matrix.org/docs/projects/server/synapse" +[1]:https://matrix.org/docs/projects/server/synapse [2]:https://element.io [3]:https://element.aaoth.xyz