_layouts/home.html in jekyll-zeta-0.2.3 vs _layouts/home.html in jekyll-zeta-0.3.0
- old
+ new
@@ -1,15 +1,17 @@
---
layout: default
---
-<h1>{{ page.title }}</h1>
+<h2>{{ page.title }}</h2>
+{%-assign nextPage = site.paginate_path | replace: ':num', '2' -%}
+
{%
include post_list.html
- limit=10
+ limit=site.paginate
show_more=true
show_more_text=site.theme_config.show_more_text
- show_more_url="archive.html"
+ show_more_url= nextPage
-%}
{{ content }}
\ No newline at end of file