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 /index.html | |
parent | code style (diff) | |
download | jekyll-theme-ace3dbcb62317034cb061edab90ad3e5f6eae041.tar.gz jekyll-theme-ace3dbcb62317034cb061edab90ad3e5f6eae041.zip |
_includes: pagination.html -> paginator.html
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,6 +20,6 @@ root_page: true <hr/> {% endfor %} <div class="text-center"> - {% include common/pagination.html %} + {% include common/paginator.html %} </div> {% endif %} |