forked from FOSS/BangleApps
14 lines
225 B
JSON
14 lines
225 B
JSON
|
---
|
||
|
---
|
||
|
{%- assign apps = site.static_files | where: "name", "metadata.json" -%}
|
||
|
|
||
|
[
|
||
|
|
||
|
{%- include_relative {{ apps.first.path }} -%}
|
||
|
|
||
|
{%- for app in apps offset:1 -%}
|
||
|
,{%- include_relative {{ app.path }} -%}
|
||
|
{%- endfor -%}
|
||
|
|
||
|
]
|