Skip to content
Snippets Groups Projects
Verified Commit aeb2bb27 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Swap projects and news

parent 1f4a11fe
No related branches found
No related tags found
1 merge request!28Neue Website basierend auf Zola
<section class="section">
<section class="section has-teckids-blue-light-bg">
<div class="container">
<div class="columns is-centered is-half">
<h1 class="title is-1">{{ section.extra.headlines.news }}</h1>
......
{% set projects_section = get_section(path="projekte/_index.md") %}
<section class="section has-teckids-blue-light-bg">
<section class="section">
<div class="container">
<div class="columns is-centered is-half">
<h1 class="title is-1">{{ section.extra.headlines.projects }}</h1>
......
......@@ -2,7 +2,7 @@
{% block main %}
{% include "frontpage/blocks/claim.html" %}
{% include "frontpage/blocks/news.html" %}
{% include "frontpage/blocks/projects.html" %}
{% include "frontpage/blocks/news.html" %}
{% include "frontpage/blocks/events.html" %}
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment