From 86514afe9cf1827d5471358971496e3ebb859ed9 Mon Sep 17 00:00:00 2001 From: femmefaytale Date: Fri, 18 Mar 2022 15:19:04 +0000 Subject: [PATCH] swap benefits and faq sections --- themes/coopcloud.tech/layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/coopcloud.tech/layouts/index.html b/themes/coopcloud.tech/layouts/index.html index 8c3ea37..5aeb768 100644 --- a/themes/coopcloud.tech/layouts/index.html +++ b/themes/coopcloud.tech/layouts/index.html @@ -1,7 +1,7 @@ {{ define "main" }} {{ partial "index/server_hero.html" . }} +{{ partial "index/underline_points.html" (dict "context" . "title" "benefits" "data" site.Data.benefits) }} {{ partial "index/underline_points.html" (dict "context" . "title" "faq" "data" site.Data.faq) }} -{{ partial "index/underline_points.html" (dict "context" . "title" "benefits" "data" site.Data.benefits) }} {{ partial "index/autonomic_hero.html" (dict "context" . "data" site.Data) }} {{ partial "index/community_project.html" (dict "context" . "data" site.Data) }}