_layouts/heatmap.html in no-style-please2-0.9.2 vs _layouts/heatmap.html in no-style-please2-0.9.3
- old
+ new
@@ -56,6 +56,17 @@
{{ 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