Skip to content

Commit bbc12c2

Browse files
authored
Fix validator.w3.org erros (#228)
* Error: Bad value 40px for attribute width on element img: Expected a digit but saw p instead.
1 parent 605b076 commit bbc12c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1 class="size-36 weight-700 color-gray-900">{{ page.title }}</h1>
2525
<div class="row no-gutters align-items-center justify-content-between my-3">
2626
<p class="size-14 weight-700 color-gray-900 mb-0">
2727
{% if author %}
28-
<img class="round-img" src="{{ site.baseurl_root }}/assets/images/authors/{{ author.image }}" width="40px" height="auto" />
28+
<img class="round-img" src="{{ site.baseurl_root }}/assets/images/authors/{{ author.image }}" width="40" />
2929
<a class="underline" href="{{ author.web }}" target="_blank" rel="noopener">{{ author.name }}</a>
3030
{% endif %}
3131

0 commit comments

Comments
 (0)