This commit is contained in:
Adrien Bouvais 2024-05-31 12:59:40 +02:00
parent eb97c16f19
commit 79e4639666
2 changed files with 1 additions and 3 deletions

View File

@ -37,7 +37,6 @@ import (
"github.com/flosch/pongo2"
"github.com/gofiber/fiber/v2"
"github.com/gofiber/fiber/v2/middleware/favicon"
"github.com/gofiber/fiber/v2/middleware/logger"
"github.com/gofiber/fiber/v2/middleware/recover"
"github.com/gofiber/template/django/v3"
@ -98,7 +97,6 @@ func main() {
defer app.Shutdown()
// Add default logger
app.Use(favicon.New())
app.Use(logger.New())
app.Use(recover.New())

View File

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>JADE 2.0</title>
<title>JADE</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.0/css/bulma.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link href="https://fonts.googleapis.com/css?family=Russo+One" rel="stylesheet">