From 1e4b1a2371e86bba3c977f7fc1d07a2519b4535e Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Tue, 6 Jul 2021 14:23:59 +0500 Subject: [PATCH] reverse attempt at formatting which fucked up the homepage --- themes/coopcloud.tech/layouts/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/themes/coopcloud.tech/layouts/index.html b/themes/coopcloud.tech/layouts/index.html index 00c02fd..77e6fa1 100644 --- a/themes/coopcloud.tech/layouts/index.html +++ b/themes/coopcloud.tech/layouts/index.html @@ -1,9 +1,9 @@ -{{ 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/autonomic_hero.html" (dict "context" . "data" site.Data) }} - - {{ partial "index/community_project.html" (dict "context" . "data" site.Data) }} +{{ 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/autonomic_hero.html" (dict "context" . "data" site.Data) }} + +{{ partial "index/community_project.html" (dict "context" . "data" site.Data) }} {{ end }}