From 80474c53625dcce8946358e28ed2032008097873 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 15 Jan 2016 11:36:25 -0800 Subject: [PATCH] Update index.html --- index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 012502c..6e7f0aa 100644 --- a/index.html +++ b/index.html @@ -5,17 +5,17 @@ title: Home
{% for post in paginator.posts %} -
+

{{ post.title }}

- + {{ post.content }} -
+
{% endfor %} @@ -26,7 +26,11 @@ title: Home Older {% endif %} {% if paginator.previous_page %} - Newer + {% if paginator.page == 2 %} + Newer + {% else %} + Newer + {% endif %} {% else %} Newer {% endif %} -- 2.30.2