mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Changes post layout for no cover
This commit is contained in:
@ -21,11 +21,13 @@ layout: layout
|
|||||||
<div class="row body">
|
<div class="row body">
|
||||||
|
|
||||||
<section class="col-md-8 content{% if page.justify %} justify{% endif %}">
|
<section class="col-md-8 content{% if page.justify %} justify{% endif %}">
|
||||||
|
{% if page.image != null %}
|
||||||
<div class="center-fill-container cover-img" style="height:{{page.height}}">
|
<div class="center-fill-container cover-img" style="height:{{page.height}}">
|
||||||
<div class="img-container">
|
<div class="img-container">
|
||||||
<img class="center-both img-center-fill" src="/images/posts/{{ page.image }}" alt="">
|
<img class="center-both img-center-fill" src="/images/posts/{{ page.image }}" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user