summaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 7506fe4..c49b02d 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -248,7 +248,7 @@ mainServe confpath = do
index <- initIndex (confLogsDir config) (econfChannels config)
let templateFiles = ["index", "log", "calendar", "calendar-day"]
- staticFiles = ["style.css", "robots.txt"]
+ staticFiles = ["style.css", "robots.txt", "favicon.png"]
pages <- fmap (Pages . Map.fromList) . forM templateFiles $ \name -> do
src <- T.readFile ("pages/" ++ name ++ ".mustache")