Skip to content

Commit

Permalink
add what
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas-nbw authored and lpil committed Apr 30, 2024
1 parent 4c3e0f5 commit 8571bb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tour.gleam
Expand Up @@ -293,6 +293,9 @@ fn contents_list_html(chapters: List(Chapter)) -> String {
]),
..chapters
]
|> list.append([
h("p", [], [h("a", [#("href", path_what_next)], [text("What's next…?")])]),
])
|> list.map(render_html)
|> string.join("\n")
}
Expand Down

0 comments on commit 8571bb9

Please sign in to comment.