From 313728cdbf877ce9f33d049029913f248ce7f71b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 2 Dec 2013 00:37:18 +0100 Subject: [PATCH] fixes --- _src/_includes/paginator.html | 4 ++-- _src/_layouts/category_index.html | 6 ++---- package.json | 3 +-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/_src/_includes/paginator.html b/_src/_includes/paginator.html index 534894b4..54a3c306 100644 --- a/_src/_includes/paginator.html +++ b/_src/_includes/paginator.html @@ -6,7 +6,7 @@ {% if paginator.previous_page == 1 %} {% else %} - + {% endif %}

{% endif %} @@ -15,7 +15,7 @@

{% if paginator.next_page %}

- +

{% endif %} diff --git a/_src/_layouts/category_index.html b/_src/_layouts/category_index.html index 6073e49b..b9c2f25a 100644 --- a/_src/_layouts/category_index.html +++ b/_src/_layouts/category_index.html @@ -38,7 +38,7 @@ layout: base {% if post.download %}

- Download zip + Download zip

{% endif %} @@ -57,6 +57,4 @@ layout: base {% endif %} - - -{% include paginator.html %} \ No newline at end of file + \ No newline at end of file diff --git a/package.json b/package.json index bef7bb72..144fffb1 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,7 @@ "grunt-jekyll": "~0.4.0", "grunt-contrib-connect": "~0.5.0", "grunt-contrib-clean": "~0.5.0", - "grunt-rsync": "~0.2.1", - "grunt-responsive-images": "0.0.4" + "grunt-rsync": "~0.2.1" }, "repository": { "type": "git",