Merge pull request #3052 from shenlebantongying/master

Fix flags isolation problem
revert-4113-patch-1
Ivanq 4 years ago committed by GitHub
commit 407a8f4577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      _includes/translations.html

@ -8,5 +8,8 @@
{%- assign c2 = langcode | slice: 1, 1 -%}
{{- site.data.emoji[c1] -}}{{- site.data.emoji[c2] -}}
</a>
{% if forloop.index == 11 %}
<br>
{% endif %}{% endfor %}
{% endfor %}
</div>

Loading…
Cancel
Save