api surat views increment
This commit is contained in:
parent
27ecc3871f
commit
883483e0ea
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue