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

Versioning works with /edit

This commit is contained in:
Zack Scholl
2016-02-09 18:38:25 -05:00
parent 594360fe7a
commit c15ac624b8
5 changed files with 176 additions and 114 deletions

View File

@ -64,7 +64,7 @@ Options:`)
var q CowyoData
q.load("SpikySeaSlug2")
rebuildTexts(q)
fmt.Println(getImportantVersions(q))
r := gin.Default()
r.LoadHTMLGlob(path.Join(RuntimeArgs.SourcePath, "templates/*"))