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)
|> StaticHttp.map
(\stars ->
{ view =
\model viewForPage ->
pageView stars model siteMetadata page viewForPage
|> wrapBody stars page model
, head = head page.frontmatter
}
)
{ view =
\model viewForPage ->
pageView stars model siteMetadata page viewForPage
|> wrapBody stars page model
, head = head page.frontmatter
}
)