From 0d6a84d786c3b58ad78f66eb54e0ed7e376c806a Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 23 Aug 2013 15:57:10 -0400 Subject: [PATCH] Fix post URL's in H1's and paginator --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 %}