mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-10 12:50:55 +00:00
Fixing no image in featured article
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
layout: layout
|
||||
---
|
||||
{% if page.isImageCover != false %}
|
||||
{% if page.image %}
|
||||
{% if page.image and page.image != 'hidden' %}
|
||||
<div class="cover">
|
||||
<img src="/images/posts/{{ page.image }}" alt="">
|
||||
</div>
|
||||
@ -29,4 +29,4 @@ layout: layout
|
||||
<img src="/images/posts/{{ page.image }}" alt="">
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user