Fix client name under logo on co-op pages
The data files under _clients use 'title' instead of 'name'.
This commit is contained in:
parent
e8ff6e7499
commit
8ed88952dc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user