diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-22 15:30:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-22 15:30:13 +0300 |
commit | ebd6bc6c3d0994825b4192afaa24a80091547c71 (patch) | |
tree | 82ffc3b4877f1d4fbe98fb27fd029b0ae1363993 | |
parent | _layouts: sidebar.html -> default.html (diff) | |
download | sorting-algorithms-ebd6bc6c3d0994825b4192afaa24a80091547c71.tar.gz sorting-algorithms-ebd6bc6c3d0994825b4192afaa24a80091547c71.zip |
_includes: pagination.html -> paginator.html
-rw-r--r-- | _includes/common/paginator.html (renamed from _includes/common/pagination.html) | 0 | ||||
-rw-r--r-- | posts/index.html | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/_includes/common/pagination.html b/_includes/common/paginator.html index 55cb690..55cb690 100644 --- a/_includes/common/pagination.html +++ b/_includes/common/paginator.html 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 <hr/> {% endfor %} <div class="text-center"> - {% include common/pagination.html %} + {% include common/paginator.html %} </div> {% endif %} |