From 8d9bcf7e3a23872d8e1cd06c8cb1e69539f93d5a Mon Sep 17 00:00:00 2001
From: EuAndreh <eu@euandre.org>
Date: Sat, 22 Dec 2018 20:07:04 -0200
Subject: Add favicon.ico image file.

---
 hakyll/Main.hs | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'hakyll')

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
-- 
cgit v1.2.3