mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Merge branch 'master' of https://github.com/YunoHost/apps
This commit is contained in:
commit
df96381c6d
2 changed files with 2 additions and 4 deletions
|
@ -31,12 +31,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
## Overview
|
||||
|
||||
{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %}
|
||||
|
||||
**Shipped version:** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}}
|
||||
{% endif -%}
|
||||
|
||||
{% if upstream.demo %}
|
||||
**Demo:** {{upstream.demo}}
|
||||
**Demo:** <{{upstream.demo}}>
|
||||
{% endif -%}
|
||||
|
||||
{% if screenshots %}
|
||||
|
|
|
@ -17,12 +17,11 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
## Vue d’ensemble
|
||||
|
||||
{% if description %}{{description}}{% else %}{{manifest.description[lang]}}{% endif %}
|
||||
|
||||
**Version incluse :** {% if upstream.version %}{{upstream.version}}{% else %}{{manifest.version}}
|
||||
{% endif -%}
|
||||
|
||||
{% if upstream.demo %}
|
||||
**Démo :** {{upstream.demo}}
|
||||
**Démo :** <{{upstream.demo}}>
|
||||
{% endif -%}
|
||||
|
||||
{% if screenshots %}
|
||||
|
|
Loading…
Add table
Reference in a new issue