diff options
-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 %} |