1
0
Fork 0

Add red circle to antifeatures title

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
tituspijean 2022-08-05 16:41:27 +02:00 committed by GitHub
parent 3b8576149a
commit 55cd460a4a
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
{% endif -%}
{% if antifeatures -%}
## Antifeatures
## :red_circle: Antifeatures
{% for antifeature in antifeatures.values() -%}
- **{{ antifeature.title }}**: {{ antifeature.description }}

View file

@ -32,7 +32,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
{% endif -%}
{% if antifeatures -%}
## Fonctions indésirables
## :red_circle: Fonctions indésirables
{% for antifeature in antifeatures.values() -%}
- **{{ antifeature.title }}**: {{ antifeature.description }}