mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-09 14:28:05 -05:00
fix: GLAMOUR_STYLE not GLAMOUR_THEME
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user