We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c4531 commit d9a4939Copy full SHA for d9a4939
Main.hs
@@ -35,7 +35,7 @@ data Route
35
deriving Show
36
37
relativeUrl :: Route -> FilePath
38
-relativeUrl RIndex = "index.html"
+relativeUrl RIndex = ""
39
relativeUrl (RMeta title) = "meta" </> title ++ ".html"
40
relativeUrl (RWiki title) = "wiki" </> title ++ ".html"
41
relativeUrl RMainCss = "css/main.css"
0 commit comments