0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Fixed HTML validation errors

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2019-05-03 17:39:31 +04:00
parent c1489ff81b
commit eddaefbae1
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
<aside class="sidebar" role="navigation">
<aside class="sidebar">
<div class="avatar">
<img alt="Avatar" src="{{ site.avatar | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}" />
<img alt="[Avatar]" src="{{ site.avatar | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}" />
</div>
<p>{{ site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</p>