Formatting.

This commit is contained in:
Dillon Kearns 2019-07-22 16:02:49 -07:00
parent f2652d4df1
commit 1f7b094148

View File

@ -95,9 +95,7 @@ lookupPage content url =
)
== path
)
(content.pages
++ content.posts
)
(content.pages ++ content.posts)
|> Maybe.map Tuple.second