_layouts/archive.html in jekyll-zeta-0.7.5.1 vs _layouts/archive.html in jekyll-zeta-0.9.0

- old
+ new

@@ -1,21 +1,21 @@ --- layout: default --- -{%- if page.heatmap -%} -{%- include heatmap.html -%} -{%- endif -%} {%- assign titlelen = page.title.size -%} {%- if titlelen > 0 -%} <!-- <h2>{{ page.title }}</h2> --> {%- endif -%} {%-assign posts = site.posts-%} + {%- if posts.size > 0 -%} {%- include archive_list.html collection=posts + + showheatmap = page.heatmap -%} {%- endif -%} \ No newline at end of file