From 1b33004a2193d5247007ded10be4dc2f89357894 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@hesge.ch>
Date: Sat, 21 Nov 2020 16:13:58 +0100
Subject: [PATCH] updated routes

---
 hakyll-bootstrap/Main.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hakyll-bootstrap/Main.hs b/hakyll-bootstrap/Main.hs
index a8484aa..80d73c4 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
-- 
GitLab