aboutsummaryrefslogtreecommitdiff
path: root/src/tour.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/tour.gleam')
-rw-r--r--src/tour.gleam1
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!",