Added blog posts, and improved homepage
This commit is contained in:
2
main.go
2
main.go
@@ -2,6 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
"prettysunflower-website/blog"
|
||||
"prettysunflower-website/keys"
|
||||
"prettysunflower-website/pages"
|
||||
"prettysunflower-website/regio43"
|
||||
@@ -13,6 +14,7 @@ func main() {
|
||||
regio43.InitHttpHandlers()
|
||||
static.InitHttpHandlers()
|
||||
keys.InitHttpHandlers()
|
||||
blog.InitHttpHandlers()
|
||||
|
||||
_ = http.ListenAndServe(":3334", nil)
|
||||
}
|
||||
|
Reference in New Issue
Block a user