From 73ec90fd81d79a489eb171c05337e4579d2a4fbb Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 1 May 2018 23:47:19 +0200 Subject: [PATCH] Swapped places for the for loop --- tags/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tags/index.html b/tags/index.html index 1a6350f..7af417a 100644 --- a/tags/index.html +++ b/tags/index.html @@ -19,8 +19,8 @@ title: "#Tags" {% assign tags_list = nil %} -
{% for tag in site.tags %} +
{{ tag[0] }}
    {% assign pages_list = tag[1] %} @@ -34,6 +34,6 @@ title: "#Tags" {% assign pages_list = nil %} {% assign group = nil %}
-{% endfor %}
+{% endfor %}