From 820d09ad61e3b3b724161fdbeb9c6413a7cf224f Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:57:58 +0100 Subject: [PATCH] Fix indentation --- _includes/langselect.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/langselect.html b/_includes/langselect.html index 408686a13..399993070 100644 --- a/_includes/langselect.html +++ b/_includes/langselect.html @@ -11,7 +11,7 @@ {% else %} {% capture langlink %}/{{ lng }}{{ page.url }}{% endcapture %} {% capture lang_rel %}alternate{% endcapture %} - {% endif %} + {% endif %}
  • {{ lng }}
  • {% endif %} {% endfor %}