Blog Tags Order

Hello,

{% if blog.all_tags.size > 0 %}

    {% for tag in blog.all_tags %} {% if section.settings.blog_category contains tag %}
  • {{ tag }}
  • {% endif %} {% endfor %}
{% endif %} this section.settings.blog_category contains tag shows tags alphabetically but i want it to show as per order i added in customizer how can i do this?

Hello

for that we need to make the customised in the code