diff --git a/_layouts/projectsarchive.html b/_layouts/projectsarchive.html
index 31a2bd3a5a1e37dda1cb603ccc965b8f04a22949..40e715291f28af0834fc7fa4f74ac6c2f93ad656 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 %}