Hakyll code now handles everything in 'images' recursively

This commit is contained in:
Chris Hodapp 2016-06-04 23:17:26 -04:00
parent fdb046baf6
commit 161f3cec61

View File

@ -28,7 +28,7 @@ main = hakyll $ do
tags <- buildTags "posts/*" (fromCapture "tags/*.html")
let postCtxTags = postCtxWithTags tags
match "images/*" $ do
match "images/**" $ do
route idRoute
compile copyFileCompiler