From 4fc17f2cd8107d9e530e17e3ad09c7d499297aa1 Mon Sep 17 00:00:00 2001 From: brooke Date: Sun, 16 Jun 2024 04:18:52 -0400 Subject: [PATCH] fix contact format --- layouts/_default/home.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 60d09cc..275c391 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -24,18 +24,16 @@ {{ end }} ], contact: [ + >contact: {
- {
{{ range .Params.contact }}
"{{ .service }}": '{{ .input }}',
{{ end }} -
},
- ],
+ }, + {{ end }}