diff options
author | FChannel <> | 2022-06-19 12:23:54 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | cd99df8d6781c3f0a191d119ea0ddf8c4a16089f (patch) | |
tree | 2f3bc281a3a1c631a9c865e3ddb117e7054b6c9f /util | |
parent | d88b68d2287716e663f723f46f830dc2b9043595 (diff) |
moving files from static to view dir
Diffstat (limited to 'util')
-rw-r--r-- | util/util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/util.go b/util/util.go index 6d45442..bc08140 100644 --- a/util/util.go +++ b/util/util.go @@ -238,7 +238,7 @@ func CreatedNeededDirectories() error { } func LoadThemes() error { - themes, err := ioutil.ReadDir("./static/css/themes") + themes, err := ioutil.ReadDir("./views/css/themes") if err != nil { MakeError(err, "LoadThemes") |