fix
This commit is contained in:
parent
eb97c16f19
commit
79e4639666
2
main.go
2
main.go
@ -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())
|
||||
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user