mirror of
https://github.com/welpo/tabi.git
synced 2026-02-15 23:57:19 +01:00
add if indentation + EOL
This commit is contained in:
parent
949d4eaf84
commit
c021cd6f82
1 changed files with 3 additions and 3 deletions
|
|
@ -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 -%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue