Browse Source

Update index.html

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
aa242a6e4a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      index.html

2
index.html

@ -229,7 +229,7 @@ clients:
<div class='large-12 columns'>
<div class='clients'>
{% for client in page.clients %}
<div><a href="#"><img alt="" src="{{site.baseurl}}/{{client.image}}"></a></div>
<div><a href="{{client.url}}"><img alt="" src="{{site.baseurl}}/{{client.image}}"></a></div>
{% endfor %}
</div>
</div>

Loading…
Cancel
Save