mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-02 22:45:55 +03:00
Rearrange template.
This commit is contained in:
parent
862c48d134
commit
9a60119484
@ -176,6 +176,10 @@ pages =
|
||||
`
|
||||
: ""
|
||||
}
|
||||
type alias Data =
|
||||
{}
|
||||
|
||||
|
||||
${
|
||||
serverRender
|
||||
? `data : RouteParams -> Request.Handler (PageServerResponse Data)
|
||||
@ -225,9 +229,6 @@ head static =
|
||||
|> Seo.website
|
||||
|
||||
|
||||
type alias Data =
|
||||
{}
|
||||
|
||||
|
||||
${
|
||||
withState
|
||||
|
Loading…
Reference in New Issue
Block a user