_layouts/home.html in jekyll-zeta-0.3.1 vs _layouts/home.html in jekyll-zeta-0.3.2
- old
+ new
@@ -1,17 +1,6 @@
---
layout: default
---
-<h2>{{ page.title }}</h2>
-
-{%-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
+{% include home.html
+ %}