From ebd6bc6c3d0994825b4192afaa24a80091547c71 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 22 Feb 2018 15:30:13 +0300 Subject: _includes: pagination.html -> paginator.html --- posts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posts') 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
{% endfor %}
- {% include common/pagination.html %} + {% include common/paginator.html %}
{% endif %} -- cgit v1.2.3