summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-11 21:01:20 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2011-06-11 21:01:20 +0200
commit893b366435739d073d2b6b9cafae868b5d361354 (patch)
treee288b6598a260b15d95aaec86c5171dc8d721242 /examples
parenteeb549c7f18b7c1777b740fd2e6d469690250bdc (diff)
downloadhakyll-893b366435739d073d2b6b9cafae868b5d361354.tar.gz
Add makefile, hyperlink source in reference
Diffstat (limited to 'examples')
-rw-r--r--examples/hakyll/hakyll.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hakyll/hakyll.hs b/examples/hakyll/hakyll.hs
index 5ee755f..df92ddd 100644
--- a/examples/hakyll/hakyll.hs
+++ b/examples/hakyll/hakyll.hs
@@ -11,7 +11,7 @@ main = hakyll $ do
compile compressCssCompiler
-- Static directories
- forM_ ["images/*", "examples/*", "reference/*"] $ \f -> match f $ do
+ forM_ ["images/*", "examples/*", "reference/**"] $ \f -> match f $ do
route idRoute
compile copyFileCompiler