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
Branches improve_hero_section
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="container">
<div class="columns is-centered is-half"> <div class="columns is-centered is-half">
<h1 class="title is-1">{{ section.extra.headlines.news }}</h1> <h1 class="title is-1">{{ section.extra.headlines.news }}</h1>
......
{% set projects_section = get_section(path="projekte/_index.md") %} {% 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="container">
<div class="columns is-centered is-half"> <div class="columns is-centered is-half">
<h1 class="title is-1">{{ section.extra.headlines.projects }}</h1> <h1 class="title is-1">{{ section.extra.headlines.projects }}</h1>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% block main %} {% block main %}
{% include "frontpage/blocks/claim.html" %} {% include "frontpage/blocks/claim.html" %}
{% include "frontpage/blocks/news.html" %}
{% include "frontpage/blocks/projects.html" %} {% include "frontpage/blocks/projects.html" %}
{% include "frontpage/blocks/news.html" %}
{% include "frontpage/blocks/events.html" %} {% include "frontpage/blocks/events.html" %}
{% endblock %} {% 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