diff --git a/src/_includes/basic.html b/src/_includes/basic.html
index be6c200..99da553 100644
--- a/src/_includes/basic.html
+++ b/src/_includes/basic.html
@@ -16,11 +16,9 @@
-{% if snippet %}
-
+{% if tags[0] == "posts" %}
- {% for tag in tags %}
-
+ {% for tag in tags offset:1 %}
{% endfor %}
{% endif %}