[TASK] Layout-Anpassungen
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user