From 73322b325f29a28728f25cb57d8cafac3fe0d2b3 Mon Sep 17 00:00:00 2001 From: Roxie Gibson Date: Thu, 13 Jan 2022 14:28:21 +0000 Subject: [PATCH] moved faq and benefits around --- 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 fe2be7b..8c3ea37 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) }}