From 98f407e2885023c73c64135d778fa55b9002496a Mon Sep 17 00:00:00 2001 From: Lucian Mogosanu Date: Sun, 4 Aug 2013 16:45:38 +0300 Subject: [PATCH] site: copy all subdirectories in images/ --- site.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.hs b/site.hs index 4510c2d..af95ed3 100644 --- a/site.hs +++ b/site.hs @@ -16,7 +16,7 @@ main = hakyllWith tarpitConfiguration $ do match "index.html" compileIndex match "css/*" compileCss match "posts/*" $ compilePosts tags - match "images/*" $ compileImages + match "images/**" $ compileImages match (fromList pages) compilePages create ["archive.html"] compileArchive -- 1.7.10.4