diff --git a/blog/index.html b/blog/index.html index 36dea4ea..91ae2009 100644 --- a/blog/index.html +++ b/blog/index.html @@ -22,7 +22,7 @@ title: All Blog Posts {% if paginator.total_pages > 1 %} -

+

{% if paginator.previous_page %} « Prev {% else %} @@ -44,5 +44,5 @@ title: All Blog Posts {% else %} Next » {% endif %} -

+

{% endif %} \ No newline at end of file