mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-30 23:06:10 +03:00
Formatting.
This commit is contained in:
parent
d676064acf
commit
b49fe854d8
@ -179,13 +179,13 @@ view siteMetadata page =
|
|||||||
(D.field "stargazers_count" D.int)
|
(D.field "stargazers_count" D.int)
|
||||||
|> StaticHttp.map
|
|> StaticHttp.map
|
||||||
(\stars ->
|
(\stars ->
|
||||||
{ view =
|
{ view =
|
||||||
\model viewForPage ->
|
\model viewForPage ->
|
||||||
pageView stars model siteMetadata page viewForPage
|
pageView stars model siteMetadata page viewForPage
|
||||||
|> wrapBody stars page model
|
|> wrapBody stars page model
|
||||||
, head = head page.frontmatter
|
, head = head page.frontmatter
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user