animation toggle in etape list on mobile, correction display etape list
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user