From 161f3cec610ea1b0651f2f5f94574e1fec5a6080 Mon Sep 17 00:00:00 2001 From: Chris Hodapp Date: Sat, 4 Jun 2016 23:17:26 -0400 Subject: [PATCH] Hakyll code now handles everything in 'images' recursively --- site.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.hs b/site.hs index bc0c793..2a842f5 100644 --- a/site.hs +++ b/site.hs @@ -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