diff --git a/main.go b/main.go index 7ce8b66..893bf95 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,6 @@ var router *gin.Engine func main() { router = gin.Default() - router.Static("/static", "./static") router.LoadHTMLGlob("templates/*.tmpl") utils.InitializeRoutes(router) router.Run() diff --git a/static/nginx.png b/static/nginx.png new file mode 100644 index 0000000..25685cc Binary files /dev/null and b/static/nginx.png differ diff --git a/templates/footer.tmpl b/templates/footer.tmpl index 0ec558f..e656b86 100644 --- a/templates/footer.tmpl +++ b/templates/footer.tmpl @@ -3,6 +3,9 @@ Powered by OpenBSD! + + Powered by NGiNX! +