From 1d777a6c52fdff8adfa6de9a6ed647b25b855de1 Mon Sep 17 00:00:00 2001 From: Set Hallstrom Date: Mon, 1 Apr 2019 23:45:27 +0200 Subject: [PATCH] freeing hightlights filter out pagination ineditor --- highlights/index.html => highlights.html | 2 ++ 1 file changed, 2 insertions(+) rename highlights/index.html => highlights.html (97%) diff --git a/highlights/index.html b/highlights.html similarity index 97% rename from highlights/index.html rename to highlights.html index 4da8119..140a8b4 100644 --- a/highlights/index.html +++ b/highlights.html @@ -40,6 +40,7 @@ pagination: {% endfor %} + {% if jekyll.environment == 'production' %} {% if paginator.total_pages > 1 %}

page {{ paginator.page }} of {{ paginator.total_pages }}

@@ -56,6 +57,7 @@ pagination: {% endif %}
{% endif %} + {% endif %} {% include footer.html %}