css cleanup, added downloads page
This commit is contained in:
5
main.go
5
main.go
@ -21,8 +21,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"git.matterlinux.xyz/Matterlinux/website/lib"
|
||||
"git.matterlinux.xyz/Matterlinux/website/routes"
|
||||
"git.matterlinux.xyz/Matter/website/lib"
|
||||
"git.matterlinux.xyz/Matter/website/routes"
|
||||
"github.com/gofiber/fiber/v2"
|
||||
"github.com/gofiber/fiber/v2/log"
|
||||
"github.com/gofiber/template/html/v2"
|
||||
@ -38,6 +38,7 @@ func main(){
|
||||
app.Static("/assets", "./content/assets")
|
||||
|
||||
app.Get("/", routes.IndexRoute)
|
||||
app.Get("/download", routes.DownloadRoute)
|
||||
|
||||
app.Get("/news", routes.NewsRoute)
|
||||
app.Get("/news/:id", routes.PostRoute)
|
||||
|
Reference in New Issue
Block a user