aboutsummaryrefslogtreecommitdiff
path: root/hakyll/Main.hs
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-25 14:52:18 -0300
committerEuAndreh <eu@euandre.org>2018-07-25 14:52:45 -0300
commitec77a8b63c77bad34fecd64f10d05d878da4438a (patch)
treec5d0389f1f0fc0d5e35f2d4c64eb7aad0013bbd3 /hakyll/Main.hs
parentWIP: From GitHub to mailing lists (diff)
downloadeuandre.org-ec77a8b63c77bad34fecd64f10d05d878da4438a.tar.gz
euandre.org-ec77a8b63c77bad34fecd64f10d05d878da4438a.tar.xz
Add fonts and styles under site/static/external/
Diffstat (limited to '')
-rw-r--r--hakyll/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll/Main.hs b/hakyll/Main.hs
index f83bdd4..2b2e910 100644
--- a/hakyll/Main.hs
+++ b/hakyll/Main.hs
@@ -11,7 +11,7 @@ main = hakyll $ do
match "images/*" $ do
route idRoute
compile copyFileCompiler
- match "static/*" $ do
+ match "static/**/*" $ do
route idRoute
compile copyFileCompiler
match "fonts/*" $ do