diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-08-30 14:58:45 -0400 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-08-30 14:58:45 -0400 |
| commit | 40d8771ee659f6ce3e60f8ac24573ec8c0262354 (patch) | |
| tree | 2058a5aa48e3d75db78664ec5b6647da50272849 /app/Main.hs | |
| parent | e323135f5f857a731657601c23cd4dfb3cb5d7d7 (diff) | |
| download | main-40d8771ee659f6ce3e60f8ac24573ec8c0262354.tar main-40d8771ee659f6ce3e60f8ac24573ec8c0262354.tar.gz main-40d8771ee659f6ce3e60f8ac24573ec8c0262354.tar.bz2 main-40d8771ee659f6ce3e60f8ac24573ec8c0262354.tar.lz main-40d8771ee659f6ce3e60f8ac24573ec8c0262354.tar.xz main-40d8771ee659f6ce3e60f8ac24573ec8c0262354.tar.zst main-40d8771ee659f6ce3e60f8ac24573ec8c0262354.zip | |
Basic latex page
Diffstat (limited to 'app/Main.hs')
| -rw-r--r-- | app/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
