From ebd6bc6c3d0994825b4192afaa24a80091547c71 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 22 Feb 2018 15:30:13 +0300 Subject: _includes: pagination.html -> paginator.html --- _includes/common/pagination.html | 23 ----------------------- _includes/common/paginator.html | 23 +++++++++++++++++++++++ posts/index.html | 2 +- 3 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 _includes/common/pagination.html create mode 100644 _includes/common/paginator.html diff --git a/_includes/common/pagination.html b/_includes/common/pagination.html deleted file mode 100644 index 55cb690..0000000 --- a/_includes/common/pagination.html +++ /dev/null @@ -1,23 +0,0 @@ -{% if site.posts.size != 0 %} - -{% endif %} diff --git a/_includes/common/paginator.html b/_includes/common/paginator.html new file mode 100644 index 0000000..55cb690 --- /dev/null +++ b/_includes/common/paginator.html @@ -0,0 +1,23 @@ +{% if site.posts.size != 0 %} + +{% endif %} diff --git a/posts/index.html b/posts/index.html index f33aaaa..2143d40 100644 --- a/posts/index.html +++ b/posts/index.html @@ -18,6 +18,6 @@ root_page: true
{% endfor %}
- {% include common/pagination.html %} + {% include common/paginator.html %}
{% endif %} -- cgit v1.2.3