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:
parent
4ecb933876
commit
e9c0329e86
@ -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."
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user