From 41c5e37a071ce2f688692769ab32258fc88bc764 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Thu, 28 Jul 2022 01:36:58 +0100 Subject: [PATCH] . --- index.go.html | 2 +- pageHandler/pages/index/data.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.go.html b/index.go.html index 754b0a2..ab8ef3f 100644 --- a/index.go.html +++ b/index.go.html @@ -27,7 +27,7 @@ {{ end }} {{ end }} - +
{{ if .Light }} diff --git a/pageHandler/pages/index/data.go b/pageHandler/pages/index/data.go index 649234c..acd977a 100644 --- a/pageHandler/pages/index/data.go +++ b/pageHandler/pages/index/data.go @@ -12,6 +12,7 @@ type DataYaml struct { LogoImageLocation template.URL `yaml:"logoImageLocation"` SunImageLocation template.URL `yaml:"sunImageLocation"` MoonImageLocation template.URL `yaml:"moonImageLocation"` + SortImageLocation template.URL `yaml:"sortImageLocation"` About AboutYaml `yaml:"about"` Entries []EntryYaml `yaml:"entries"` }