fixes
All checks were successful
build / build (push) Successful in 45s

This commit is contained in:
Tijl 2024-08-22 00:46:39 +02:00
parent 8286a37ed6
commit c6e80552cd
Signed by: tijl
GPG Key ID: DAE24BFCD722F053
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
package web
import (
log "git.tijl.dev/tijl/tijl.dev/modules/logger"
"github.com/gofiber/fiber/v2"
)
@ -17,6 +16,5 @@ func Common(c *fiber.Ctx) *fiber.Map {
for _, function := range commonFunctions {
function(c, theMap)
}
log.Debug().Interface("theMap", theMap).Interface("commonFunctions", commonFunctions).Msg("yo")
return theMap
}

View File

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/static/css/styles.css" />
<link rel="icon" href="/static/assets/favicon.ico" />
<link rel="icon" href="/static/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#f28c18" />
<script type="module" defer src="/static/js/interactive.js"></script>