This commit is contained in:
merdan 2021-05-15 13:32:39 +05:00
parent b7291d976a
commit 1b4651cef3
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<div class="event__body-row">
<div class="event__body-image">
<a href="{{firstPost.featured_image|media_cdn}}" class="primary progressive replace">
<img class="preview" src="{{'firstPost.featured_image|resize(300,200)}}" alt="{{firstPost.title}}">
<img class="preview" src="{{firstPost.featured_image|resize(300,200)}}" alt="{{firstPost.title}}">
</a>
<div class="event__body-card">
{% partial 'index/post_item' post = firstPost category = category %}