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 --- _includes/common/paginator.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _includes/common/paginator.html (limited to '_includes/common/paginator.html') diff --git a/_includes/common/paginator.html b/_includes/common/paginator.html new file mode 100644 index 0000000..55cb690 --- /dev/null +++ b/_includes/common/paginator.html @@ -0,0 +1,23 @@ +{% if site.posts.size != 0 %} + +{% endif %} -- cgit v1.2.3