From 4c917fc60d4dec2151c83237cacecf604c0a9242 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 6 May 2015 06:44:18 +0300 Subject: initial commit --- _includes/pagination.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 _includes/pagination.html (limited to '_includes/pagination.html') diff --git a/_includes/pagination.html b/_includes/pagination.html new file mode 100644 index 0000000..aa2f034 --- /dev/null +++ b/_includes/pagination.html @@ -0,0 +1,30 @@ +{% if site.posts.size != 0 %} + +{% endif %} -- cgit v1.2.3