diff --git a/blog/index.html b/blog/index.html index 2dc185b..f0f65c5 100644 --- a/blog/index.html +++ b/blog/index.html @@ -48,3 +48,17 @@ 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 %} +