a quick blog fix (#1324)

Co-authored-by: M Sarmad Qadeer <MSarmadQadeer@gmail.com>
This commit is contained in:
Evgeny Poberezkin
2022-11-08 15:23:36 +00:00
committed by GitHub
parent 5fabeff1fa
commit dd740e82cf

View File

@@ -43,7 +43,7 @@ active_blog: true
{% if blog.data.imageBottom %}
<img class="w-full max-w-[240px] h-auto" src="{{ blog.data.image }}" alt="" srcset=""/>
{% else %}
<img class="mb-4 w-full max-w-[240px] h-auto" src="{{ blog.data.image }}" alt="" srcset=""/>
<img class="mb-4 self-center w-full max-w-[240px] h-auto" src="{{ blog.data.image }}" alt="" srcset=""/>
{% endif %}
{% else %}
<img class="h-[44px] self-center dark:hidden" src="/img/new/logo-symbol-light.svg" alt="" srcset=""/>