_includes/home.html in jekyll-zeta-0.7.5.1 vs _includes/home.html in jekyll-zeta-0.9.0
- old
+ new
@@ -1,14 +1,13 @@
-
-
-
-{%- include heatmap.html -%}
-
-
{%- assign titlelen = page.title.size -%}
{%- if titlelen > 0 -%}
<h2>{{ page.title }}</h2>
{%- endif -%}
+
+{%- include heatmap.html -%}
+
+
+
{%-assign nextPage = site.paginate_path | replace: ':num', '2' -%}
{%
include post_list.html