diff --git a/themes/openpowerfoundation/layouts/groups/list.html b/themes/openpowerfoundation/layouts/groups/list.html
index 4f1c34b..b9a33da 100644
--- a/themes/openpowerfoundation/layouts/groups/list.html
+++ b/themes/openpowerfoundation/layouts/groups/list.html
@@ -21,7 +21,7 @@
 	
 	{{ range (.Data.Pages.ByParam "wgtype").Reverse }}
 		{{ $imagename := .Param "image" }}
-		{{ $imagelocation := (printf "%s/%s" "images/" $imagename) }}
+		{{ $imagelocation := (printf "%s/%s" "images/groups/" $imagename) }}
 		{{ $imageresource := resources.Get $imagelocation }}
 		
 			{{ if $imageresource }}