diff --git a/templates/frontpage/blocks/news.html b/templates/frontpage/blocks/news.html index 056ffb66b470fa6d943d61303cafc48109068925..dc318fa162465afda7190210dbdad8928dc46511 100644 --- a/templates/frontpage/blocks/news.html +++ b/templates/frontpage/blocks/news.html @@ -1,4 +1,4 @@ -<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> diff --git a/templates/frontpage/blocks/projects.html b/templates/frontpage/blocks/projects.html index 794642dfe67cab6e2ac815091b633b295bd29c5c..9c93a546a3ba1c6ff7e61da37c30d254af84d1e7 100644 --- a/templates/frontpage/blocks/projects.html +++ b/templates/frontpage/blocks/projects.html @@ -1,6 +1,6 @@ {% 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> diff --git a/templates/index.html b/templates/index.html index 946f249fe2543954e28f052996cd68134b418147..3769d8b45e5c1796341c5674ef59a16e947b236c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -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 %}