From 6aef9a78c335cd48c384fb6dde15a832e11a9f1b Mon Sep 17 00:00:00 2001 From: "slbtty(openSUSE)" Date: Fri, 26 Mar 2021 14:29:19 -0400 Subject: [PATCH] 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 %}