From f7002eba61e706e9c95b8c150a0cc9d490e21ed8 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 26 May 2026 05:17:28 -0400 Subject: Add Jam --- fig-web/src/Fig/Web/Module/Advent.hs | 5 +++-- fig-web/src/Fig/Web/Public.hs | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'fig-web/src/Fig') diff --git a/fig-web/src/Fig/Web/Module/Advent.hs b/fig-web/src/Fig/Web/Module/Advent.hs index dff11e3..ac2fe2d 100644 --- a/fig-web/src/Fig/Web/Module/Advent.hs +++ b/fig-web/src/Fig/Web/Module/Advent.hs @@ -30,8 +30,9 @@ secure a = do respondHTML do head_ do title_ . L.toHtml $ "adventure of advent of code 2025: puzzle " <> tshow pid - link_ [rel_ "icon", href_ "/assets/mrgreen.png"] - link_ [rel_ "stylesheet", type_ "text/css", href_ "/assets/main.css"] + link_ [rel_ "icon", href_ "/assets/images/mrgreen.png"] + link_ [rel_ "stylesheet", type_ "text/css", href_ "/assets/css/shared.css"] + link_ [rel_ "stylesheet", type_ "text/css", href_ "/assets/css/advent.css"] body_ [id_ "lcolonq-advent"] do div_ [class_ "lcolonq-advent-header"] do h1_ . L.toHtml $ "puzzle " <> tshow pid <> " (part 1)" diff --git a/fig-web/src/Fig/Web/Public.hs b/fig-web/src/Fig/Web/Public.hs index 816f724..326ff2d 100644 --- a/fig-web/src/Fig/Web/Public.hs +++ b/fig-web/src/Fig/Web/Public.hs @@ -67,6 +67,7 @@ app args = do , ("advent", "advent.html") , ("debt", "debtclock.html") , ("charsheet", "charsheet-public.html") + , ("jam/2026", "jam2026.html") , ("main.js", "main.js") ] Wai.Static.<|> Wai.Static.hasPrefix "assets" , Wai.Static.addBase args.cfg.assetPath -- cgit v1.2.3