From f7ef240953360c275cf4f192960d5cc3d7989037 Mon Sep 17 00:00:00 2001 From: Olivia206 <olivia.simonet@mmibordeaux.com> Date: Tue, 19 Sep 2023 16:51:37 +0200 Subject: [PATCH] added todo --- layouts/partials/blocks/templates/agenda.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/blocks/templates/agenda.html b/layouts/partials/blocks/templates/agenda.html index 2f60da49..3a60a509 100644 --- a/layouts/partials/blocks/templates/agenda.html +++ b/layouts/partials/blocks/templates/agenda.html @@ -45,6 +45,7 @@ </div> <div class="event-dates" itemprop="startDate" content="{{- if .dates.from.day -}}{{ .dates.from.day }}{{- end -}} {{- if .dates.from.hour -}}{{ .dates.from.hour }}{{- end -}}"> + <!-- TODO : trouver une solution pour placer le intemprop EndDate --> {{ .dates.computed.short }} <div class="event-time"> {{ if .dates.from.hour }} -- GitLab