--- layout: default --- {%- assign titlelen = page.title.size -%} {%- if titlelen > 0 -%}

{{ page.title }}

{%- endif -%} {%-assign posts = site.posts-%} {%- if posts.size > 0 -%} {%- include archive_list.html collection=posts -%} {%- endif -%}