From 51293a00d0728b4fbdf9a6f789a592e855bcd692 Mon Sep 17 00:00:00 2001 From: Horus Date: Tue, 27 Sep 2016 22:07:03 +0200 Subject: 2 Bugfix --- gospeladlershof.de/layouts/index.html | 2 +- intern.gospeladlershof.de/code/deploy.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gospeladlershof.de/layouts/index.html b/gospeladlershof.de/layouts/index.html index 7887db4..f0df949 100644 --- a/gospeladlershof.de/layouts/index.html +++ b/gospeladlershof.de/layouts/index.html @@ -1,5 +1,5 @@ {{ $termine := getJSON "https://www.gospeladlershof.de/" "api/v1/termine" }} -{{partial "header.tmpl" $termine }} +{{partial "header.tmpl" . }} {{partial "navbar.tmpl" .}} diff --git a/intern.gospeladlershof.de/code/deploy.php b/intern.gospeladlershof.de/code/deploy.php index 1d04021..7782984 100644 --- a/intern.gospeladlershof.de/code/deploy.php +++ b/intern.gospeladlershof.de/code/deploy.php @@ -1,7 +1,5 @@ &1 | mail -s "Hugo: gospeladlershof.de" status@iamfabulous.de', $retval); header($_SERVER["SERVER_PROTOCOL"] . " 302 Redirect"); -- cgit v1.2.3