diff --git a/tags/index.html b/tags/index.html index 218113c..e698b9c 100644 --- a/tags/index.html +++ b/tags/index.html @@ -3,6 +3,8 @@ layout: default title: "#Tags" --- +
+
{% assign tags_list = site.tags %} {% if tags_list.first[0] == null %} @@ -32,3 +34,5 @@ title: "#Tags" {% assign group = nil %} {% endfor %} + +