1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Moved resources to folders

This commit is contained in:
Zack Scholl
2016-02-10 17:03:00 -05:00
parent 61149c3790
commit 1f327dbf2d
6 changed files with 18 additions and 42 deletions

View File

@@ -65,8 +65,8 @@ Options:`)
// Default page
aboutFile, _ := ioutil.ReadFile(path.Join(RuntimeArgs.SourcePath, "templates/aboutpage.md"))
p := WikiData{"about", string(aboutFile), []string{}, []string{}}
p.save(aboutPageText)
p := WikiData{"about", "", []string{}, []string{}}
p.save(string(aboutFile))
// var q WikiData
// q.load("about")