From 5d6c329fabd3432632c5bcffba3a27f080bcc228 Mon Sep 17 00:00:00 2001 From: Guru Sabarish Date: Sun, 25 Jul 2021 01:05:04 +0530 Subject: [PATCH] build bug fix --- layouts/partials/sections/v3/experience.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/layouts/partials/sections/v3/experience.html b/layouts/partials/sections/v3/experience.html index 3cca31a..f910f4b 100644 --- a/layouts/partials/sections/v3/experience.html +++ b/layouts/partials/sections/v3/experience.html @@ -38,8 +38,8 @@ role="tablist" aria-orientation="vertical" > - {{ range $index, $element := .Site.Params.experience }} {{ if (eq $index - 0) }} + {{ range $index, $element := .Site.Params.experience }} + {{ if (eq $index 0) }} - {{ range $index, $element := .Site.Params.experience }} {{ if (eq $index - 0) }} + {{ range $index, $element := .Site.Params.experience }} + {{ if (eq $index 0) }}
- {{ end }} {{ end }} + {{ end }} + {{ end }}