diff --git a/layouts/partials/welcome.html b/layouts/partials/welcome.html
index 7adea40ff..fa03e52fe 100644
--- a/layouts/partials/welcome.html
+++ b/layouts/partials/welcome.html
@@ -6,18 +6,7 @@
- {{ $.Scratch.Set "subdir" $e.name }}
- {{ $.Scratch.Set "contentdir" (printf "static/events/%s/" ($.Scratch.Get "subdir")) }}
- {{ $.Scratch.Set "city" (chomp $e.city) }}
- {{ range (readDir "static/events") }}
- {{ if eq .Name ($.Scratch.Get "subdir") }}
- {{ range (readDir ($.Scratch.Get "contentdir"))}}
- {{ if eq .Name "logo.png" }}
-

- {{ end }}
- {{ end }}
- {{ end }}
- {{ end }}
+ {{ .Content }}
DevOpsDays {{ $e.city }}
{{- dateFormat "January 2" $e.startdate -}} - {{- dateFormat "2, 2006" $e.enddate -}}