From 04f2f1105b78a68e16fd5036494455106b7d750b Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Thu, 28 Jul 2022 01:33:51 +0100 Subject: [PATCH] . --- index.go.html | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/index.go.html b/index.go.html index d27ef7a..754b0a2 100644 --- a/index.go.html +++ b/index.go.html @@ -111,7 +111,7 @@
-
{{ .Data.About.ImageAltText }}
+
{{ .Data.About.ImageAltText }}
@@ -131,6 +131,15 @@ {{ end }} +
+
+ {{ if eq .GetStartDate .GetEndDate }} +

{{ .GetStartDate }}

+ {{ else }} +

{{ .GetStartDate }} - {{ .GetEndDate }}

+ {{ end }} +
+
{{ .GetContent }}
@@ -148,6 +157,20 @@
+
+
+
+ {{ if eq .VideoLocation "" }} + No Video + {{ else }} + + {{ end }} +
+
+
{{ if not (eq .GetImageCount 0) }}