added favicon
This commit is contained in:
parent
6675971aba
commit
2bd8d03331
3 changed files with 1 additions and 1 deletions
1
main.go
1
main.go
|
@ -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
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
1
todo.md
1
todo.md
|
@ -9,5 +9,4 @@
|
|||
- postgresql+apprise+browserless
|
||||
- add kube yaml example?
|
||||
- organize docs?
|
||||
- add favicon
|
||||
- move clearCacheButton to edit.ts
|
Loading…
Add table
Reference in a new issue