From 5ab5a70131f9e77063d6446a491ee1b53d7baeae Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 18 Jun 2024 01:02:02 -0400 Subject: [PATCH] fix curly braces and quotes --- layouts/_default/home.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 28c29fb..0d4fef7 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -20,11 +20,11 @@ {
- Q:"Q":"{{ $element.question }}",
- A:"A":"{{ $element.answer }}"
@@ -32,7 +32,7 @@ {{- end }} ] - "contact":[ {{ $length := len .Site.Params.contact }} {{ range $index, + "contact":{ {{ $length := len .Site.Params.contact }} {{ range $index, $element := .Site.Params.contact }}
@@ -41,7 +41,7 @@ {{ if ne $index (sub $length 1) }},{{ end }}
- {{ end }} ], + {{ end }} },