Draft: Make initial content publicly available #12

Open
savau wants to merge 54 commits from content into main
Showing only changes of commit cb876c0acc - Show all commits

View File

@ -68,7 +68,7 @@ metadataShow :: [Item w] -> Compiler [Item w]
metadataShow = filterM $ \Item{itemIdentifier} -> maybe (True :: Bool) read <$> getMetadataField itemIdentifier "show"
metadata :: [Item w] -> Compiler [Item w]
metadata = metadataSort <=< metadataShow
metadata = metadataShow >=> metadataSort
unwrapped :: Snapshot
unwrapped = "unwrapped"