mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 23:12:22 +03:00
Get content from generated raw content file.
This commit is contained in:
parent
88af1f55c4
commit
b0404d75b1
@ -12,6 +12,7 @@ import List.Extra
|
||||
import Mark
|
||||
import Mark.Error
|
||||
import MarkParser
|
||||
import RawContent
|
||||
import Url exposing (Url)
|
||||
|
||||
|
||||
@ -83,7 +84,7 @@ view model =
|
||||
|
||||
mainView : Url -> Element msg
|
||||
mainView url =
|
||||
case Content.allData of
|
||||
case RawContent.content of
|
||||
Ok site ->
|
||||
pageView site url
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user