--- layout: default --- {%- include header.html -%}
{%- include header_nav.html -%} {%- if paginator -%} {%- assign posts=paginator.posts -%} {%- else -%} {%- assign posts=site.posts -%} {%- endif -%} {%- for post in posts -%}

{{ post.title }}

{{ post.excerpt | markdownify | strip_html | truncate: 100 }}
{%- endfor -%} {%- include pagination.html -%}
{%- include footer.html -%}