fix html errors
la-ninpre leobrekalini@gmail.com
Sun, 19 Sep 2021 16:34:37 +0300
6 files changed,
16 insertions(+),
18 deletions(-)
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