diff options
Diffstat (limited to 'src/tour.gleam')
-rw-r--r-- | src/tour.gleam | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tour.gleam b/src/tour.gleam index e755b67..7b7272b 100644 --- a/src/tour.gleam +++ b/src/tour.gleam @@ -764,7 +764,6 @@ fn everything_page_html(chapters: List(Chapter)) -> Html { /// Renders the /everything page to a string pub fn everything_page_render(chapters: List(Chapter)) -> String { - // TODO: use proper values for location and such render_page(PageConfig( path: path_everything, title: "Everything!", |