From ec77a8b63c77bad34fecd64f10d05d878da4438a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 25 Jul 2018 14:52:18 -0300 Subject: Add fonts and styles under site/static/external/ --- hakyll/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hakyll') 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 -- cgit v1.2.3