mirror of
				https://git.coop/cotech/website.git
				synced 2025-10-31 06:26:32 +00:00 
			
		
		
		
	Fix client name under logo on co-op pages
The data files under _clients use 'title' instead of 'name'.
This commit is contained in:
		| @ -122,7 +122,7 @@ | ||||
|                     {% assign c = site.clients | where: "slug", client | first %} | ||||
|                     <div class="column client-thumb-container"> | ||||
|                       <div class="client-thumb" style="background-image: url({{ site.github.url }}/images/clients/{{ c.slug }}.png)"></div> | ||||
|                       <h5 class="client-thumb-header">{{ c.name }}</h5> | ||||
|                       <h5 class="client-thumb-header">{{ c.title }}</h5> | ||||
|                     </div> | ||||
|                   {% endfor %} | ||||
|                 </div> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user