This commit is contained in:
Aaron Bieber 2017-02-03 17:34:24 -07:00
parent 7cf885be4a
commit 2ecdca9149

View File

@ -272,7 +272,7 @@ func main() {
fn := file.Name()
srcFile := path.Join(src, fn)
dstFile := path.Join(dst, "/posts/", md2html(fn))
post, err := renderPost(srcFile, path.Join("/posts/", fn))
post, err := renderPost(srcFile, path.Join("posts/", fn))
fmt.Println("-----")
if err != nil {
log.Fatal(err)