From 4dc5780474753b804cfc7f095c2bc47b8229f5e2 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Fri, 8 May 2026 21:39:57 +0100 Subject: Favicon --- src/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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") -- cgit v1.3.1