Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 354 Bytes

flathub.md

File metadata and controls

17 lines (17 loc) · 354 Bytes
layout title order store
default
Flathub
94
Flathub

{% include nav.html %}

{% assign applist = ''|split:''%} {% for app in site.apps %} {% if app.flathub %} {% assign applist = applist | push: app %} {% endif %} {% endfor %} {% assign applist = applist | sort: 'title' %} {% include list.html applist=applist %}