fix: GLAMOUR_STYLE not GLAMOUR_THEME

This commit is contained in:
Maas Lalani
2022-04-04 12:32:42 -04:00
parent ba6d160fa2
commit fb069210e1

View File

@@ -82,7 +82,7 @@ func (m *Meta) Parse(header string) (*Meta, bool) {
}
func defaultTheme() string {
theme := os.Getenv("GLAMOUR_THEME")
theme := os.Getenv("GLAMOUR_STYLE")
if theme == "" {
return "default"
}