From 1a3c7c4d8c63059f5a49773b832c1b8b457f1a82 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Sat, 7 Jan 2017 20:50:53 -0600 Subject: [PATCH] Restoring missing city; changing grammar. --- layouts/partials/welcome.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/welcome.html b/layouts/partials/welcome.html index fa03e52fe..9a29e0c19 100644 --- a/layouts/partials/welcome.html +++ b/layouts/partials/welcome.html @@ -19,7 +19,7 @@

DevOpsDays {{ $e.city }}

{{- dateFormat "January 2" $e.startdate -}} - {{- if eq (lower .city) (lower $e.city) -}} {{- $.Scratch.Add "past-counter" 1 -}} {{- if eq ($.Scratch.Get "past-counter") 1 -}} - Past Events in {{ ($.Scratch.Get "city") }}
+ Past {{ $e.city }} Events
{{- end -}} {{- if ne .startdate $e.startdate -}} {{ dateFormat "2006" .startdate }}