diff --git a/hakyll-bootstrap/Main.hs b/hakyll-bootstrap/Main.hs index a8484aa44c16f2dcd7f7b9428197aec85ed32349..80d73c442edfb5b1c4dccbc9e4d3e535fe21d2b4 100644 --- a/hakyll-bootstrap/Main.hs +++ b/hakyll-bootstrap/Main.hs @@ -167,7 +167,7 @@ main = hakyllWith config $ do compile $ do posts <- recentFirst =<< loadAll "posts/bachelor/*.md" makeItem "" - >>= loadAndApplyTemplate "templates/page.html" (pagesCtx posts "Bachelor projects") + >>= loadAndApplyTemplate "templates/course.html" (pagesCtx posts "Bachelor projects") >>= relativizeUrls -- Render some static pages