chapter four add pre-next

This commit is contained in:
YDZ
2021-01-17 02:25:36 +08:00
parent e1a090b451
commit 9354e61414
562 changed files with 4450 additions and 525 deletions

View File

@ -180,7 +180,7 @@ func buildChapterTwo() {
util.WriteFile(fmt.Sprintf("../website/content/ChapterTwo/%v.md", chapterTwoFileName[index]), res)
count++
}
fmt.Println("write %v files successful", count)
fmt.Printf("write %v files successful", count)
}
func loadMetaData(filePath string) (map[int]m.TagList, error) {