aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 05:02:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-02-18 05:02:53 +0300
commitace3dbcb62317034cb061edab90ad3e5f6eae041 (patch)
tree7b4c698e3c6ba6b75b279cde2ec5adfbc8be9aca
parentcode style (diff)
downloadjekyll-theme-ace3dbcb62317034cb061edab90ad3e5f6eae041.tar.gz
jekyll-theme-ace3dbcb62317034cb061edab90ad3e5f6eae041.zip
_includes: pagination.html -> paginator.html
Diffstat (limited to '')
-rw-r--r--_includes/common/paginator.html (renamed from _includes/common/pagination.html)0
-rw-r--r--index.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/_includes/common/pagination.html b/_includes/common/paginator.html
index aaad762..aaad762 100644
--- a/_includes/common/pagination.html
+++ b/_includes/common/paginator.html
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
<hr/>
{% endfor %}
<div class="text-center">
- {% include common/pagination.html %}
+ {% include common/paginator.html %}
</div>
{% endif %}