_layouts/heatmap.html in jekyll-zeta-0.9.5 vs _layouts/heatmap.html in jekyll-zeta-0.9.5.1

- old
+ new

@@ -56,6 +56,16 @@ {{ ALLJSON | write_file: "assets/dyn/allyear.json" }} <br> + + {% assign posts_by_year = site.posts | group_by_exp: "post", "post.date | date: '%Y'" %} + + + {% for year in posts_by_year %} + {{ year.name }} + {% include heatmap.html endYear=year.name title=year.name %} + + {% endfor %} + {{ content }} \ No newline at end of file