mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-26 13:21:42 +03:00
Add missing case branch.
This commit is contained in:
parent
a9ebd1e7e5
commit
f19f53164f
@ -21,6 +21,9 @@ view posts =
|
||||
|
||||
Metadata.Article meta ->
|
||||
Just ( path, meta )
|
||||
|
||||
Metadata.Doc meta ->
|
||||
Nothing
|
||||
)
|
||||
|> List.map postSummary
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user