From c384d42cc17dc1deea49045f20a7eff399cfe153 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Mon, 11 Sep 2017 17:49:07 -0700 Subject: [PATCH] Use app include for homepage --- index.html | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/index.html b/index.html index 3784624..f628223 100644 --- a/index.html +++ b/index.html @@ -33,22 +33,7 @@ layout: default
{% assign apps = site.apps | sort: 'stars' | reverse %} {% for app in apps limit:6 %} - + {% include app.html app=app %} {% endfor %}