We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605b076 commit bbc12c2Copy full SHA for bbc12c2
_layouts/blog.html
@@ -25,7 +25,7 @@ <h1 class="size-36 weight-700 color-gray-900">{{ page.title }}</h1>
25
<div class="row no-gutters align-items-center justify-content-between my-3">
26
<p class="size-14 weight-700 color-gray-900 mb-0">
27
{% if author %}
28
- <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" />
29
<a class="underline" href="{{ author.web }}" target="_blank" rel="noopener">{{ author.name }}</a>
30
{% endif %}
31
•
0 commit comments