aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorFChannel0 <77419041+FChannel0@users.noreply.github.com>2021-08-20 23:25:47 -0700
committerGitHub <noreply@github.com>2021-08-20 23:25:47 -0700
commitcc4165f07a406cdd89e6a3864cac6a367f281513 (patch)
tree6b8959d49acdb95f57dd10717e729a98e252471f /main.go
parent502558e0bdaf67ca4c012fc1983f42430b8854cd (diff)
parent8d28fd2ad688051fe06813026d82661b76617602 (diff)
Merge pull request #54 from KushBlazingJudah/development
themes fixup
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index abce30d..922d74d 100644
--- a/main.go
+++ b/main.go
@@ -96,7 +96,7 @@ func main() {
}
for _, f := range themes {
- if f.Name() == "default" {
+ if f.Name() == "default.css" {
continue
}