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