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 +++--- templates/default.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 diff --git a/templates/default.html b/templates/default.html index 68424ff..d547849 100644 --- a/templates/default.html +++ b/templates/default.html @@ -42,7 +42,7 @@ Research Teaching - Links + Contact CV -- cgit v1.2.3