From: Matt Corallo Date: Fri, 15 Jan 2016 19:36:25 +0000 (-0800) Subject: Update index.html X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=blog;a=commitdiff_plain;h=80474c53625dcce8946358e28ed2032008097873 Update index.html --- 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 %}