layout | title | order | store |
---|---|---|---|
default |
Google Play |
92 |
Google Play |
{% include nav.html %}
{% assign applist = ''|split:''%}
{% for app in site.apps %}
{% if app.googleid %}
{% assign applist = applist | push: app %}
{% endif %}
{% endfor %}
{% assign applist = applist | sort: 'title' %}
{% include list.html applist=applist %}