(Grav GitSync) Automatic Commit from yunohost-bot

This commit is contained in:
yunohost-bot 2021-02-07 18:33:49 +00:00 committed by Yunohost-Bot
parent a4b79032fe
commit 738afb12e4
3 changed files with 21 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1 @@
/var/www/app_yunohost/apps/builds/default/v2/apps.json

View file

@ -11,8 +11,28 @@ content:
twig_first: true twig_first: true
process: process:
twig: true twig: true
debugger:
enabled: true # Enable Grav debugger and following settings
shutdown:
close_connection: true
twig:
debug: true
errors:
display: true
--- ---
Test
{% set test = page.find('apps.json') %}
{{ test }}
![mytext](plugins://apps/apps.json)
{% for app in catalog["apps"] %}
{{ app }}
{% endfor %}
<ul> <ul>
{% for p in page.collection %} {% for p in page.collection %}
<li><a href="{{ p.url }}">{{ p.title|e }}</a></li> <li><a href="{{ p.url }}">{{ p.title|e }}</a></li>