summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax2017-02-19 17:33:02 +0100
committerMax2017-02-19 17:33:02 +0100
commit9099b119de3e4fc04757d910bb7a2a96fb37bf4f (patch)
tree81d03e6e4a0a04fdbcd7b17c1934dcbe50671fc0
parent4319b94e0e8a6db69c820d4521f2deb4df58c3ec (diff)
downloadgospeladlershof.de-9099b119de3e4fc04757d910bb7a2a96fb37bf4f.tar.gz
Wir halbieren die API-Calls bei jedem Rebuild. ;)
-rw-r--r--gospeladlershof.de/layouts/impressum/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gospeladlershof.de/layouts/impressum/single.html b/gospeladlershof.de/layouts/impressum/single.html
index f34a2e9..fcc1f43 100644
--- a/gospeladlershof.de/layouts/impressum/single.html
+++ b/gospeladlershof.de/layouts/impressum/single.html
@@ -1,4 +1,3 @@
-{{ $termine := getJSON "https://www.gospeladlershof.de/" "api/v1/termine" }}
{{partial "header.tmpl" .}}
{{partial "navbar.tmpl" .}}
@@ -59,6 +58,7 @@
</div>
</section>
-{{$.Scratch.Set "build" $termine.build}}
+{{/* Wir setzen eine sinnlose Konstante, da wir den Wert hier eh nicht brauchen.*/}}
+{{$.Scratch.Set "build" "0000"}}
{{partial "footer.tmpl" .}}
{{partial "js.tmpl" .}}