diff --git a/_includes/posts.html b/_includes/posts.html
index f05910b3..c723cbca 100644
--- a/_includes/posts.html
+++ b/_includes/posts.html
@@ -37,14 +37,6 @@
← Prev
{%- endif %}
- {%- for page in (1..paginator.total_pages) %}
- {%- if page == paginator.page %}
- {{ page }}
- {%- else %}
- {{ page }}
- {%- endif %}
- {%- endfor %}
-
{%- if paginator.next_page %}
Next →
{%- else %}