Formatting.

This commit is contained in:
Dillon Kearns 2020-05-04 14:01:00 -07:00
parent d676064acf
commit b49fe854d8

View File

@ -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
} }
) )