added favicon

This commit is contained in:
BroodjeAap 2023-01-02 13:01:36 +00:00
parent 6675971aba
commit 2bd8d03331
3 changed files with 1 additions and 1 deletions

View file

@ -116,6 +116,7 @@ func (web *Web) initRouter() {
log.Fatalln("Could not load static embed fs")
}
web.router.StaticFS("/static", http.FS(staticFS))
web.router.StaticFileFS("/favicon.ico", "favicon.ico", http.FS(staticFS))
web.initTemplates()
web.router.HTMLRender = web.templates

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -9,5 +9,4 @@
- postgresql+apprise+browserless
- add kube yaml example?
- organize docs?
- add favicon
- move clearCacheButton to edit.ts