diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-02-09 20:58:36 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-02-09 20:58:36 -0600 |
| commit | b7a9a61fb847cba190f261ee3bbcf8463257690c (patch) | |
| tree | 65bbafe51c862327d9d324e051794938102c1eb1 /app/Main.hs | |
| parent | 2469a8730da707bfbccfb855b83e5a154acd78cf (diff) | |
| download | main-b7a9a61fb847cba190f261ee3bbcf8463257690c.tar main-b7a9a61fb847cba190f261ee3bbcf8463257690c.tar.gz main-b7a9a61fb847cba190f261ee3bbcf8463257690c.tar.bz2 main-b7a9a61fb847cba190f261ee3bbcf8463257690c.tar.lz main-b7a9a61fb847cba190f261ee3bbcf8463257690c.tar.xz main-b7a9a61fb847cba190f261ee3bbcf8463257690c.tar.zst main-b7a9a61fb847cba190f261ee3bbcf8463257690c.zip | |
Finally pushed the new webpage!
Diffstat (limited to 'app/Main.hs')
| -rw-r--r-- | app/Main.hs | 6 |
1 files changed, 3 insertions, 3 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 |
