mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-06 22:39:41 +03:00
Update Pages.elm.
This commit is contained in:
parent
055a314dd0
commit
0374cfd68c
@ -59,10 +59,10 @@ pageViewOrError pageView model cache =
|
||||
}
|
||||
|
||||
ContentCache.NeedContent _ ->
|
||||
{ title = "Error", body = Html.text "TODO NeedContent" }
|
||||
{ title = "", body = Html.text "" }
|
||||
|
||||
ContentCache.Unparsed _ _ ->
|
||||
{ title = "Error", body = Html.text "TODO Unparsed" }
|
||||
{ title = "", body = Html.text "" }
|
||||
|
||||
Nothing ->
|
||||
{ title = "Page not found"
|
||||
|
Loading…
Reference in New Issue
Block a user