diff --git a/index.html b/index.html index ec27da0..dfcbe0e 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ image: {% if post.link %}

{{ post.title }}

{% else %} -

+

{% endif %}
@@ -30,7 +30,7 @@ image: {% if paginator.previous_page == 1 %} Previous {% else %} - Previous + Previous {% endif %} {% else %} Previous @@ -48,13 +48,13 @@ image: {% if count == paginator.page %} {{ count }} {% else %} - {{ count }} + {{ count }} {% endif %} {% endfor %} {% if paginator.next_page %} - Next + Next {% else %} Next {% endif %}