Force netlify build.

This commit is contained in:
Dillon Kearns 2020-01-31 08:50:11 -08:00
parent c09410a74c
commit 8d70792e0e

View File

@ -45,8 +45,7 @@ postSummary :
( PagePath Pages.PathKey, Metadata.ArticleMetadata )
-> Element msg
postSummary ( postPath, post ) =
articleIndex post
|> linkToPost postPath
articleIndex post |> linkToPost postPath
linkToPost : PagePath Pages.PathKey -> Element msg -> Element msg