diff --git a/_layouts/projects.html b/_layouts/projects.html
index ea83bc892f53f2c4ef383451677fe79c6e7cbb75..60208208f120d6e64a4224f5ae8ada8ecd79c767 100644
--- a/_layouts/projects.html
+++ b/_layouts/projects.html
@@ -15,7 +15,7 @@ layout: default
 				{{ collectiondata.description | markdownify }}
 
 			{% else %}
-				<h1>{{ page.title }}</h1>
+				<h1>{{ collection.label }}</h1>
 				{{ content }}
 
 			{% endif %}