summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" .}}