fixed website blog
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank
2019-03-24 14:51:40 +01:00
parent 745c886cec
commit b9c4553577
5 changed files with 36 additions and 3 deletions

View File

@@ -101,6 +101,7 @@
<!-- ========== Main Content ========== -->
<div class="maincontent">
{% block bg %}
{% if Data.background %}
<img
src="{{ Data.background|image_process:"p=fill,w=1440,h=810,q=30,t=/img" }}"
@@ -109,6 +110,7 @@
{{ Data.background|image_process:"p=fill,w=1920,h=1020,q=30,t=/img" }} 1920w"
alt="{{ Meta.Title }}" class="img2bg">
{% endif %}
{% endblock bg %}
<div class="white_section section_padding">
<div class="container">
{% block part1 %}