Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit 75043ef

Browse files
trivial change
1 parent cb14e41 commit 75043ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="row">
77
{{- range sort $.Site.Data.events "startdate" -}}
88
{{- if .startdate -}}
9-
<!-- Subtracting a day here is a patch for https://github.com/devopsdays/devopsdays-theme/issues/656 -->
9+
<!-- Subtracting a day is a patch for https://github.com/devopsdays/devopsdays-theme/issues/656 -->
1010
{{- if ge (time .enddate) (now.AddDate 0 0 -1) -}}
1111
{{- $.Scratch.Set "city" .city -}}
1212
{{- $.Scratch.Set "year" .year -}}

0 commit comments

Comments
 (0)