Add red circle to antifeatures title
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
3b8576149a
commit
55cd460a4a
2 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue