--- layout: minimal title: "#Tags | Sutanlab Blog" permalink: /tags/index.html description: "Take a look at my beautiful blog tags." image: /assets/img/bg/desk4.jpg ---
{% assign tags_list = site.tags %} {% if tags_list.first[0] == null %} {% for tag in tags_list %} {{ tag }} {% endfor %} {% else %} {% for tag in tags_list %} {{ tag[0] }} {% endfor %} {% endif %} {% assign tags_list = nil %}
{% for tag in site.tags %} {{ tag[0] }} {% endfor %}