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

Commit 49ed6da

Browse files
Other events aren't always only past
1 parent 6134fa6 commit 49ed6da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/partials/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h1 class = "welcome-page">devopsdays {{$e.city}}</h1>
8282
{{- if .startdate -}} <!-- for some reason, it bails on the city Chicago, and also Paris -->
8383
{{- if eq (lower .city) (lower $e.city) -}}
8484
{{- if and (ne .startdate $e.startdate) (ne ($.Scratch.Get "past-counter") 1 ) -}}
85-
<i>Past {{ $e.city }} Events</i><br />
85+
<i>Other {{ $e.city }} Events</i><br />
8686
{{- $.Scratch.Set "past-counter" 1 -}}
8787
{{- end -}}
8888
{{- if eq (lower .city) (lower $e.city)}}

0 commit comments

Comments
 (0)