From b0284c6eef0089d2a9bf861196bcd7c81cb4000b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 May 2017 04:01:16 +0300 Subject: pagination doesn't work on anything but index.html --- posts.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 posts.html (limited to 'posts.html') diff --git a/posts.html b/posts.html deleted file mode 100644 index 14cc004..0000000 --- a/posts.html +++ /dev/null @@ -1,22 +0,0 @@ ---- -title: Posts -layout: sidebar -groups: - - navbar -navbar_link:  Posts ---- -{% if site.posts.size == 0 %} -

Sorry, no posts have been added yet.

-

But I've made quite a few plots which you might want to check out.

-
-{% else %} - {% for post in paginator.posts %} -

{{ post.title }}

-

Posted on {{ post.date | date_to_long_string }}

-

{{ post.excerpt }}

-
- {% endfor %} -
- {% include common/pagination.html %} -
-{% endif %} -- cgit v1.2.3