diff options
Diffstat (limited to '')
-rw-r--r-- | hakyll/Main.hs | 3 | ||||
-rw-r--r-- | site/favicon.ico | bin | 0 -> 1150 bytes |
2 files changed, 3 insertions, 0 deletions
diff --git a/hakyll/Main.hs b/hakyll/Main.hs index e12517f..6d27c66 100644 --- a/hakyll/Main.hs +++ b/hakyll/Main.hs @@ -5,6 +5,9 @@ import Hakyll main :: IO () main = hakyll $ do + match "favicon.ico" $ do + route idRoute + compile copyFileCompiler match "css/*" $ do route idRoute compile compressCssCompiler diff --git a/site/favicon.ico b/site/favicon.ico Binary files differnew file mode 100644 index 0000000..8ebd54f --- /dev/null +++ b/site/favicon.ico |