mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
added ESA description
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
---
|
||||
layout: layout
|
||||
---
|
||||
|
||||
{% if page.image %}
|
||||
<div class="cover">
|
||||
<img src="/images/posts/{{ page.image }}" alt="">
|
||||
</div>
|
||||
{% if page.isImageCover != false %}
|
||||
{% if page.image %}
|
||||
<div class="cover">
|
||||
<img src="/images/posts/{{ page.image }}" alt="">
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
<section class="post">
|
||||
@ -20,4 +21,12 @@ layout: layout
|
||||
|
||||
{{ content }}
|
||||
|
||||
</section>
|
||||
</section>
|
||||
|
||||
{% if page.isImageCover == false %}
|
||||
{% if page.image %}
|
||||
<div class="cover">
|
||||
<img src="/images/posts/{{ page.image }}" alt="">
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user