diff --git a/blog/index.html b/blog/index.html index f0f65c5..2dc185b 100644 --- a/blog/index.html +++ b/blog/index.html @@ -48,17 +48,3 @@ section_id: blog
{% endfor %} - -
- {% if paginator.previous_page %} - - {% else %} - Previous - {% endif %} - Page: {{ paginator.page }} of {{ paginator.total_pages }} - {% if paginator.next_page %} - - {% else %} - Next - {% endif %} -