From e1a5acc4449e176860708c553888b9de99a6567c Mon Sep 17 00:00:00 2001
From: Lukas Ruge <tvluke@chaotikum.org>
Date: Tue, 7 Mar 2023 08:41:11 +0000
Subject: [PATCH] Update projectsarchive.html

---
 _layouts/projectsarchive.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/projectsarchive.html b/_layouts/projectsarchive.html
index 31a2bd3a..40e71529 100644
--- a/_layouts/projectsarchive.html
+++ b/_layouts/projectsarchive.html
@@ -15,7 +15,7 @@ layout: default
 				{{ collectiondata.description | markdownify }}
 
 			{% else %}
-				<h1>{{ page.title }}</h1>
+				<h1>{{ page.name }}</h1>
 				{{ content }}
 
 			{% endif %}
-- 
GitLab