2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-06-06 20:42:03 +00:00

fix: remove return (it doesnt exist)

This commit is contained in:
sammyette 2025-06-03 19:45:44 -04:00
parent 4ecb933876
commit e9c0329e86
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -125,8 +125,9 @@ fn is_doc_page(slug: String) {
} }
fn base_url_join(cont: String) -> 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) { 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." let description = "Something Unique. Hilbish is the new interactive shell for Lua fans. Extensible, scriptable, configurable: All in Lua."