diff --git a/tags/index.html b/tags/index.html index 82b0c03..9a7044c 100644 --- a/tags/index.html +++ b/tags/index.html @@ -26,7 +26,7 @@ title: "#Tags" {% for post in pages_list reversed %} {% if post.title != null %} {% if group == null or group == post.group %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endif %} {% endfor %}