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 /posts | |
parent | _layouts: sidebar.html -> default.html (diff) | |
download | sorting-algorithms-ebd6bc6c3d0994825b4192afaa24a80091547c71.tar.gz sorting-algorithms-ebd6bc6c3d0994825b4192afaa24a80091547c71.zip |
_includes: pagination.html -> paginator.html
Diffstat (limited to 'posts')
-rw-r--r-- | posts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |