microblog.go aktualisiert
This commit is contained in:
+2
-1
@@ -16,7 +16,8 @@ import (
|
|||||||
"github.com/yuin/goldmark"
|
"github.com/yuin/goldmark"
|
||||||
)
|
)
|
||||||
|
|
||||||
const articlesDir = "data/articles"
|
const baseDir = "data"
|
||||||
|
const articlesDir = baseDir + "/articles"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
//http.HandleFunc("/", handlePage)
|
//http.HandleFunc("/", handlePage)
|
||||||
|
|||||||
Reference in New Issue
Block a user