api surat views increment

This commit is contained in:
merdan 2021-05-12 15:16:26 +05:00
parent 27ecc3871f
commit 883483e0ea
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ slug = "{{ :slug }}"
</h1> </h1>
{% if post.featured_image %} {% if post.featured_image %}
<picture class="news__image"> <picture class="news__image">
<img src="{{post.featured_image|media_cdn|resize(200,200)}}" alt="{{post.title}}"> <img src="{{post.featured_image|media|resize(200,200)}}" alt="{{post.title}}">
</picture> </picture>
{% endif %} {% endif %}
</header> </header>