Commit 1ef2c637 authored by Michael Apfelthaler's avatar Michael Apfelthaler

Fix News Nav

parent 86dd2dd6
{% extends "index" %} {% extends "index" %}
{% block navigation %}
{{ include('components/navigationSubpage.twig') }}
{% endblock %}
{% block content %} {% block content %}
<div class="news maxWidthLimit"> <div class="subpage-mt">
<div class="news maxWidthLimit">
{% for newsElement in craft.entries.section('news').all() %} {% for newsElement in craft.entries.section('news').all() %}
{% set image = newsElement.images.one() %} {% set image = newsElement.images.one() %}
...@@ -18,5 +22,6 @@ ...@@ -18,5 +22,6 @@
</a> </a>
{% endfor %} {% endfor %}
</div>
</div> </div>
{% endblock %} {% endblock %}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment