[TASK] Layout-Anpassungen

This commit is contained in:
2020-05-20 17:39:42 +02:00
parent f5f43b2173
commit 275ac1d8cc
8 changed files with 96 additions and 83 deletions
@@ -42,6 +42,18 @@
</div>
</section>
{% endblock %}
{% block sections %}
{% for section in meta.sections %}
<div class="parallax-container">
<div class="parallax"><img src="{{assets_url}}/{{section.image}}"></div>
</div>
<div class="{% if not config.theme_config.widescreen %} container{% endif %}">
<h2>{{section.title}}</h2>
{{ section.text }}
</div>
{% endfor %}
{% endblock %}
</main>
{% include "templates/layout/footer.twig" %}
{% block js %}