mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Fixed setting image as hidden for cover articles
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
layout: layout
|
||||
---
|
||||
{% if page.isImageCover != false %}
|
||||
{% if page.image and page.image != 'hidden' %}
|
||||
{% if page.image %}
|
||||
<div class="cover">
|
||||
<img src="/images/posts/{{ page.image }}" alt="">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user