add if indentation + EOL

This commit is contained in:
welpo 2024-03-01 21:27:13 +01:00
parent 949d4eaf84
commit c021cd6f82
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6

View file

@ -1,7 +1,7 @@
{%- if section.translations -%}
{%- set current_translations = section.translations -%}
{%- set current_translations = section.translations -%}
{%- elif page.translations -%}
{%- set current_translations = page.translations -%}
{%- set current_translations = page.translations -%}
{%- endif -%}
{%- if current_translations -%}
@ -26,4 +26,4 @@
<link rel="alternate" hreflang="{{ lcode }}" href="{{ href | safe }}" />
{%- endfor -%}
{%- endif -%}
{%- endif -%}