From 7111b3a46892040f05cdfb0297513d0c59c2442c Mon Sep 17 00:00:00 2001
From: alexisben <alex@noesya.coop>
Date: Fri, 30 Dec 2022 12:05:10 +0100
Subject: [PATCH] fix toc default

---
 layouts/partials/programs/list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/programs/list.html b/layouts/partials/programs/list.html
index 26d2c1de..9e9a9b83 100644
--- a/layouts/partials/programs/list.html
+++ b/layouts/partials/programs/list.html
@@ -1,7 +1,7 @@
 <div class="document-content">
   {{ partial "toc/container.html"
     (dict
-          "toc" "default/toc.html"
+          "toc" "toc/default.html"
           "context" .
       )
     }}
-- 
GitLab