summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gospeladlershof.de/layouts/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/gospeladlershof.de/layouts/index.html b/gospeladlershof.de/layouts/index.html
index dab15d6..7887db4 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" . }}
+{{partial "header.tmpl" $termine }}
<script src="js/lazyload.min.js"></script>
{{partial "navbar.tmpl" .}}
@@ -64,8 +64,11 @@
{{ $desc := index . "beschreibung"}}
{{ $t := index . "termin"}}
{{ replace $desc "%%DATE%%" $t | markdownify}}
- {{ $a := index . "anfahrt"}}
<br>
+ {{ $a := index . "uhrzeit"}}
+ Uhrzeit: {{$a}}
+ <br>
+ {{ $a := index . "anfahrt"}}
Anfahrt: {{$a}}
{{end}}
</p>