From 40d8771ee659f6ce3e60f8ac24573ec8c0262354 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Sun, 30 Aug 2026 14:58:45 -0400 Subject: Basic latex page --- app/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/Main.hs b/app/Main.hs index 139d00c..62f0a51 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -102,7 +102,7 @@ main = do [ ("teaching/books/index.html", "/books/index.html") ] - match "www/links/index.md" $ do + match "www/links/**/*.md" $ do route $ dropParentRoute 1 `composeRoutes` setExtension ".html" compile $ getResourceBody >>= applyAsTemplate baseCtxt >>= myRenderPandoc >>= applyTemplate defaultTemplate baseCtxt -- cgit v1.3.1