_includes/paginate.html in jekyll-zeta-0.3.2 vs _includes/paginate.html in jekyll-zeta-0.3.2.1

- old
+ new

@@ -1,16 +1,14 @@ - +{% assign titlelen = page.title.size %} +{% if titlelen > 0 %} <h2>{{ page.title }}</h2> - +{% endif %} {%-assign nextPage = site.paginate_path | replace: ':num', '2' -%} - {% include archive_list.html collection=paginator.posts limit=site.paginate -%} - - {{ content }} <div class="pagebar">