X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=index.html;h=6e7f0aab24f75c78be4939b3633f48093b7ffdb1;hb=HEAD;hp=012502c8262bb3dcb9ad70792c621514263e1f03;hpb=b1a36ca2acdc671a93902f78faccc6dea08335de;p=blog 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 %}