diff options
Diffstat (limited to '_includes/posts/posts.html')
-rw-r--r-- | _includes/posts/posts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/posts/posts.html b/_includes/posts/posts.html index 4f52efc..724edc6 100644 --- a/_includes/posts/posts.html +++ b/_includes/posts/posts.html @@ -12,6 +12,6 @@ <hr/> {% endfor %} <div class="text-center"> - {% include common/paginator.html %} + {% include posts/paginator.html %} </div> {% endif %} |