diff --git a/routes.go b/routes.go index ba169df..ca14948 100644 --- a/routes.go +++ b/routes.go @@ -503,7 +503,6 @@ func deleteListItem(c *gin.Context) { func deletePage(c *gin.Context) { deleteName := c.DefaultQuery("DeleteName", "None") - adminKey := c.DefaultQuery("AdminKey", "None") // if adminKey == RuntimeArgs.AdminKey || true == true { if strings.ToLower(deleteName) != "help" { p := WikiData{strings.ToLower(deleteName), "", []string{}, []string{}, false, ""} diff --git a/templates/index.tmpl b/templates/index.tmpl index 13dcd2c..c683cd1 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -53,7 +53,7 @@ @media (min-width: 1200px) { .container { - max-width: 800px; + max-width: 960px; } }