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"` }