Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
_layouts/post.html
|
@ -7,9 +7,12 @@ section_id: blog |
|
|
|
|
|
|
|
|
<div class="full"> |
|
|
<div class="full"> |
|
|
<div class="post single"> |
|
|
<div class="post single"> |
|
|
{% if page.images %} |
|
|
{% if page.header %} |
|
|
<div class="post-header" style="background-image: url({{site.url}}/{{page.header[0]}})"> |
|
|
<div class="post-header" style="background-image: url({{site.url}}/{{page.header[0]}})"> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
else |
|
|
|
|
|
<div class="two spacing"> |
|
|
|
|
|
</div> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
<div class="four spacing"></div> |
|
|
<div class="four spacing"></div> |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|