diff --git a/blog/index.html b/blog/index.html
index 8529044e..a88db3b0 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -33,7 +33,7 @@ title: titles.allposts
{% if paginator.total_pages > 1 %}
{% if paginator.previous_page %}
- « Prev
+ « Prev
{% else %}
« Prev
{% endif %}
@@ -49,7 +49,7 @@ title: titles.allposts
{% endfor %}
{% if paginator.next_page %}
- Next »
+ Next »
{% else %}
Next »
{% endif %}