From e9c0329e86d0772874b6eea590361f4cd652d2e1 Mon Sep 17 00:00:00 2001 From: sammyette Date: Tue, 3 Jun 2025 19:45:44 -0400 Subject: [PATCH] fix: remove return (it doesnt exist) --- website/src/website.gleam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/website.gleam b/website/src/website.gleam index 087ee029..b3da6a46 100644 --- a/website/src/website.gleam +++ b/website/src/website.gleam @@ -125,8 +125,9 @@ fn is_doc_page(slug: String) { } fn base_url_join(cont: String) -> String { - return base_url <> "/" <> cont + base_url <> "/" <> cont } + fn create_page(content: element.Element(a)) -> element.Element(a) { let description = "Something Unique. Hilbish is the new interactive shell for Lua fans. Extensible, scriptable, configurable: All in Lua."