set sample size to 9 apps

This commit is contained in:
Bex Warner
2017-08-06 19:55:25 -07:00
parent 55be879786
commit 21de3640a9

View File

@@ -42,7 +42,7 @@ layout: default
</p>
<div class="d-md-flex flex-wrap gutter flex-auto">
{% for app in site.apps limit:6 %}
{% for app in site.apps limit:9 %}
<div class="col-lg-4 col-md-6 mb-3 mt-3">
<a href="{{ app.url }}" class="d-flex flex-column bg-white rounded-1 box-shadow border text-inherit no-underline" style="height:100%">
<h3 class="h4 px-3 pt-3">{{ app.title }}</h3>