From ace3dbcb62317034cb061edab90ad3e5f6eae041 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Feb 2018 05:02:53 +0300 Subject: _includes: pagination.html -> paginator.html --- _includes/common/pagination.html | 23 ----------------------- _includes/common/paginator.html | 23 +++++++++++++++++++++++ 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 aaad762..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..aaad762 --- /dev/null +++ b/_includes/common/paginator.html @@ -0,0 +1,23 @@ +{% if site.posts.size != 0 %} + +{% endif %} diff --git a/index.html b/index.html index 46cfdef..111f13e 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,6 @@ root_page: true
{% endfor %}
- {% include common/pagination.html %} + {% include common/paginator.html %}
{% endif %} -- cgit v1.2.3