From b7a9a61fb847cba190f261ee3bbcf8463257690c Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Mon, 9 Feb 2026 20:58:36 -0600 Subject: Finally pushed the new webpage! --- app/Main.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/Main.hs') diff --git a/app/Main.hs b/app/Main.hs index ea3ea01..86db104 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -102,9 +102,9 @@ main = do route $ dropParentRoute 1 `composeRoutes` setExtension ".html" compile $ getResourceBody >>= applyAsTemplate baseCtxt >>= myRenderPandoc >>= applyTemplate defaultTemplate baseCtxt - -- match "www/contact/*.html" $ do - -- route $ dropParentRoute 1 - -- compile $ getResourceBody >>= applyAsTemplate baseCtxt >>= applyTemplate defaultTemplate baseCtxt + match "www/contact/*.html" $ do + route $ dropParentRoute 1 + compile $ getResourceBody >>= applyAsTemplate baseCtxt >>= applyTemplate defaultTemplate baseCtxt -- -- match "www/code/*.html" $ do -- route $ dropParentRoute 1 -- cgit v1.2.3