summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax2017-02-02 17:41:17 +0100
committerMax2017-02-02 17:41:17 +0100
commit54436e0061cccebec2f4c3b11cea16e7c1502173 (patch)
tree2642b8221bf7dc54b19c871db28c0a7b33734b80
parentddd0b840ec5df974ffa2a1fc99b64436a1e95678 (diff)
downloadgospeladlershof.de-54436e0061cccebec2f4c3b11cea16e7c1502173.tar.gz
Die Metabeschreibung hatte noch den zweiwöchigen Rhythmus erwähnt.
-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>