aboutsummaryrefslogtreecommitdiff
path: root/src/tour.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'src/tour.gleam')
-rw-r--r--src/tour.gleam2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tour.gleam b/src/tour.gleam
index 0bfd9cf..859075b 100644
--- a/src/tour.gleam
+++ b/src/tour.gleam
@@ -1058,6 +1058,6 @@ pub fn render_page_html(page config: PageConfig) -> Html {
pub fn render_page(page config: PageConfig) -> String {
config
|> render_page_html
- |> htmb.render_page("html")
+ |> htmb.render_page()
|> string_builder.to_string
}