diff options
author | EuAndreh <eu@euandre.org> | 2018-07-25 14:52:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-25 14:52:45 -0300 |
commit | ec77a8b63c77bad34fecd64f10d05d878da4438a (patch) | |
tree | c5d0389f1f0fc0d5e35f2d4c64eb7aad0013bbd3 /hakyll/Main.hs | |
parent | WIP: From GitHub to mailing lists (diff) | |
download | euandre.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.hs | 2 |
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 |