diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 05:02:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 05:02:53 +0300 |
commit | ace3dbcb62317034cb061edab90ad3e5f6eae041 (patch) | |
tree | 7b4c698e3c6ba6b75b279cde2ec5adfbc8be9aca | |
parent | code style (diff) | |
download | jekyll-theme-ace3dbcb62317034cb061edab90ad3e5f6eae041.tar.gz jekyll-theme-ace3dbcb62317034cb061edab90ad3e5f6eae041.zip |
_includes: pagination.html -> paginator.html
-rw-r--r-- | _includes/common/paginator.html (renamed from _includes/common/pagination.html) | 0 | ||||
-rw-r--r-- | index.html | 2 |
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 @@ -20,6 +20,6 @@ root_page: true <hr/> {% endfor %} <div class="text-center"> - {% include common/pagination.html %} + {% include common/paginator.html %} </div> {% endif %} |