5
0
mirror of https://git.coop/cotech/website.git synced 2024-11-24 23:53:07 +00:00

Make number of clients on home page dynamic

This commit is contained in:
James Mead 2017-07-01 17:53:29 +01:00
parent ec0c037f65
commit 4ee044ac21

View File

@ -25,7 +25,7 @@ layout: home
<div class="small-3 columns"> <div class="small-3 columns">
<img src="app/themes/coop-tech-oowp-theme/public/img/icon-clients.png" class="float-center"> <img src="app/themes/coop-tech-oowp-theme/public/img/icon-clients.png" class="float-center">
<h6>Clients</h6> <h6>Clients</h6>
<h5>232+</h5> <h5>{{ site.clients.size }}+</h5>
</div> </div>
</div> </div>