Sha256: d1ceebb47b6c24da88426d11c6be9e717177ef4d3f21ce7085181e308fe54eab

Contents?: true

Size: 382 Bytes

Versions: 9

Compression:

Stored size: 382 Bytes

Contents


 
{%- 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 }}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-zeta-0.7.5.1 _includes/home.html
jekyll-zeta-0.7.5 _includes/home.html
jekyll-zeta-0.7.4.2 _includes/home.html
jekyll-zeta-0.7.4.1 _includes/home.html
jekyll-zeta-0.7.4 _includes/home.html
jekyll-zeta-0.7.3 _includes/home.html
jekyll-zeta-0.7.2 _includes/home.html
jekyll-zeta-0.7.1 _includes/home.html
jekyll-zeta-0.7.0 _includes/home.html