From 707a5e5465c36e6df632e2796258b9d90360b7ea Mon Sep 17 00:00:00 2001 From: Lukas Ruge <tvluke@chaotikum.org> Date: Tue, 7 Mar 2023 08:51:04 +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 40e71529..31a2bd3a 100644 --- a/_layouts/projectsarchive.html +++ b/_layouts/projectsarchive.html @@ -15,7 +15,7 @@ layout: default {{ collectiondata.description | markdownify }} {% else %} - <h1>{{ page.name }}</h1> + <h1>{{ page.title }}</h1> {{ content }} {% endif %} -- GitLab