fix title
This commit is contained in:
parent
75ddbe3331
commit
fb76e45b2d
@ -206,7 +206,7 @@ func renderIndex(chapterIds []string) {
|
|||||||
<link rel=stylesheet href="../style/site.css">
|
<link rel=stylesheet href="../style/site.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="chapter" id="contents"><h2>Contents</h2><ul>`)
|
<div class="chapter" id="contents"><h2>Go by Example</h2><ul>`)
|
||||||
|
|
||||||
for _, chapterId := range chapterIds {
|
for _, chapterId := range chapterIds {
|
||||||
chapterLines := readLines("src/" + chapterId + "/" + chapterId + ".go")
|
chapterLines := readLines("src/" + chapterId + "/" + chapterId + ".go")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user