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