diff --git a/layouts/partials/blocks/templates/agenda.html b/layouts/partials/blocks/templates/agenda.html
index f97d2cc4c5f8b9df57d7d383305287411174ac34..f9a156ad723c57779da8717488963969fbbcc8d3 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 -}}