Skip to content

Commit

Permalink
Fix validator.w3.org erros (#228)
Browse files Browse the repository at this point in the history
* Error: Bad value 40px for attribute width on element img: Expected a digit but saw p instead.
  • Loading branch information
Rotzbua committed Apr 30, 2023
1 parent 605b076 commit bbc12c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="size-36 weight-700 color-gray-900">{{ page.title }}</h1>
<div class="row no-gutters align-items-center justify-content-between my-3">
<p class="size-14 weight-700 color-gray-900 mb-0">
{% if author %}
<img class="round-img" src="{{ site.baseurl_root }}/assets/images/authors/{{ author.image }}" width="40px" height="auto" />
<img class="round-img" src="{{ site.baseurl_root }}/assets/images/authors/{{ author.image }}" width="40" />
<a class="underline" href="{{ author.web }}" target="_blank" rel="noopener">{{ author.name }}</a>
{% endif %}
Expand Down

0 comments on commit bbc12c2

Please sign in to comment.