summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gospeladlershof.de/layouts/partials/header.tmpl2
-rw-r--r--intern.gospeladlershof.de/konzert.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/gospeladlershof.de/layouts/partials/header.tmpl b/gospeladlershof.de/layouts/partials/header.tmpl
index 8331d3b..ea1d59c 100644
--- a/gospeladlershof.de/layouts/partials/header.tmpl
+++ b/gospeladlershof.de/layouts/partials/header.tmpl
@@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
{{ $k := index $termine "konzert"}}
{{range $k}}
- <meta name="description" content="Wir sind der Gospelchor Adlershof. Nächstes Konzert: {{index . "termin"}}. Wir proben alle zwei Wochen am Montag. Schau doch mal vorbei!">
+ <meta name="description" content="Wir sind der Gospelchor Adlershof. Nächstes Konzert: {{index . "termin"}}. Wir proben jeden Montagabend. Schau doch mal vorbei!">
{{end}}
<meta name="author" content="{{.Site.Params.author}}">
diff --git a/intern.gospeladlershof.de/konzert.php b/intern.gospeladlershof.de/konzert.php
index f00aa32..8d17465 100644
--- a/intern.gospeladlershof.de/konzert.php
+++ b/intern.gospeladlershof.de/konzert.php
@@ -19,7 +19,7 @@ require_once __DIR__ . '/header.php';
<div class="form-group">
<label class="col-md-4 control-label" for="termin">Termin</label>
<div class="col-md-4 ddate ddatepicker">
- <input id="termin" name="termin" type="text" placeholder="01.01.1970" class="form-control input-md" required="">
+ <input id="termin" name="termin" type="text" placeholder="Januar 2038" class="form-control input-md" required="">
<!--span class="help-block">Bitte klicken, es öffnet sich ein Datepicker.</span-->
</div>
</div>