From ace3dbcb62317034cb061edab90ad3e5f6eae041 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Feb 2018 05:02:53 +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..aaad762 --- /dev/null +++ b/_includes/common/paginator.html @@ -0,0 +1,23 @@ +{% if site.posts.size != 0 %} + +{% endif %} -- cgit v1.2.3