_includes/home.html in jekyll-zeta-0.6.0 vs _includes/home.html in jekyll-zeta-0.7.0
- old
+ new
@@ -1,15 +1,22 @@
+
+
+
+{%- include heatmap.html -%}
+
+
{%- assign titlelen = page.title.size -%}
{%- if titlelen > 0 -%}
<h2>{{ page.title }}</h2>
{%- endif -%}
{%-assign nextPage = site.paginate_path | replace: ':num', '2' -%}
+
{%
include post_list.html
limit=site.paginate
show_more=true
show_more_text=site.theme_config.show_more_text
show_more_url= nextPage
-%}
-{{ content }}
\ No newline at end of file
+{{ content }}