summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-01-09 23:25:59 +0100
committerAki <please@ignore.pl>2024-01-09 23:25:59 +0100
commit0f857271eac9995b90e16f58181d29a0bd6a47b6 (patch)
tree5b4d71e3942cb3f1c559cacec437eff274c52474 /main.go
parent4c7bd2da2a7c0e01f9c7a70f46b2d9b9f575b49b (diff)
downloadrudone-0f857271eac9995b90e16f58181d29a0bd6a47b6.zip
rudone-0f857271eac9995b90e16f58181d29a0bd6a47b6.tar.gz
rudone-0f857271eac9995b90e16f58181d29a0bd6a47b6.tar.bz2
Added simple fancy style to the dashboard (maybe opinionated)
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 f5129ce..6b86223 100644
--- a/main.go
+++ b/main.go
@@ -13,7 +13,7 @@ import (
"github.com/gorilla/mux"
)
-//go:embed *.js *.in robots.txt
+//go:embed *.js *.html.in *.css *.png robots.txt
var content embed.FS
func handleEntryOptions(w http.ResponseWriter, r *http.Request) {