From 6aef9a78c335cd48c384fb6dde15a832e11a9f1b Mon Sep 17 00:00:00 2001 From: "slbtty(openSUSE)" Date: Fri, 26 Mar 2021 14:29:19 -0400 Subject: [PATCH 1/2] fix flags --- _includes/translations.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_includes/translations.html b/_includes/translations.html index 7f330998..7a4d9eac 100644 --- a/_includes/translations.html +++ b/_includes/translations.html @@ -3,5 +3,7 @@ 🇺🇸 {% for translation in site.translations %} {{ translation.emoji }} - {% endfor %} + {% if forloop.index == 10 %} +
+ {% endif %}{% endfor %} From a7af5ceed266e2d95695330f98ef0f4979737374 Mon Sep 17 00:00:00 2001 From: Ivanq Date: Fri, 26 Mar 2021 22:20:53 +0300 Subject: [PATCH 2/2] Update translations.html --- _includes/translations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/translations.html b/_includes/translations.html index 7a4d9eac..327417d9 100644 --- a/_includes/translations.html +++ b/_includes/translations.html @@ -3,7 +3,7 @@ 🇺🇸 {% for translation in site.translations %} {{ translation.emoji }} - {% if forloop.index == 10 %} + {% if forloop.index == 11 %}
{% endif %}{% endfor %}