Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgongo authored Jun 11, 2024
1 parent 90b2701 commit 820d09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/langselect.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{% else %}
{% capture langlink %}/{{ lng }}{{ page.url }}{% endcapture %}
{% capture lang_rel %}alternate{% endcapture %}
{% endif %}
{% endif %}
<li><a href="{{ langlink }}" rel="{{ lang_rel }}" data-slang="{{ lng }}">{{ lng }}</a></li>
{% endif %}
{% endfor %}
Expand Down

0 comments on commit 820d09a

Please sign in to comment.