From b089a41428f7fbe64bd69c6e36571e175908970c Mon Sep 17 00:00:00 2001 From: Olivia206 <olivia.simonet206@gmail.com> Date: Mon, 18 Sep 2023 14:18:05 +0200 Subject: [PATCH] merge --- layouts/partials/blocks/templates/agenda.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/partials/blocks/templates/agenda.html b/layouts/partials/blocks/templates/agenda.html index f97d2cc4..f9a156ad 100644 --- a/layouts/partials/blocks/templates/agenda.html +++ b/layouts/partials/blocks/templates/agenda.html @@ -12,7 +12,6 @@ "close" ((printf "</%s>" $heading) | safeHTML) ) }} {{ $index := .index }} - {{ $alternate := .alternate }} {{ with $event }} {{ if .Params.image }} @@ -35,7 +34,7 @@ </div> {{ end -}} {{ range .events }} - <article class='event {{ if $alternate }}{{ $direction }} {{if not (modBool $index 2)}}left{{ else}}right{{end}}{{end}}' itemprop="events" itemscope itemtype="https://schema.org/Event"> + <article class='event' itemprop="events" itemscope itemtype="https://schema.org/Event"> <div class="event-content"> {{- $title := partial "PrepareHTML" .Title -}} -- GitLab