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
1 changed files with 1 additions and 1 deletions

View File

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