animation toggle in etape list on mobile, correction display etape list

This commit is contained in:
Valentin
2024-11-25 23:19:34 +01:00
parent e346f103e1
commit 03840a20ba
5 changed files with 46 additions and 35 deletions

View File

@@ -29,7 +29,12 @@
{% else %}
{% set split_output = output|split('>') %}
<p>
{{- split_output[0]|raw -}}>
{{- split_output[1]|default('')|replace({'-': ''})|raw -}}>
{% if split_output|length == 7 %}
{{- output -}}
{% else %}
{{- split_output[0]|raw -}}>
{# non breaking hyphen #}
{{- split_output[1]|default('')|replace({'-': ''})|raw -}}>
{% endif %}
</p>
{% endif %}