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 %} -
- -

{{ app.title }}

-

{{ app.description }}

-
-
-
{% octicon star heigh:16 class:"v-align-middle" %} {{ app.stars }}
-
- {% for author in app.authors %} - Made by {{ author }} - {% endfor %} -
-
-
-
-
+ {% include app.html app=app %} {% endfor %}