--- title: What's New layout: default redirect_from: - /archive.html created_at: 1999-04-06 ---
{%- if paginator.page == 1 -%}

{{ page.title }}

{%- else -%}
{%- include paginator.html -%}
{%- endif -%} {%- if site.paginate -%} {%- assign posts = paginator.posts -%} {%- else -%} {%- assign posts = site.posts -%} {%- endif -%} {%- if posts.size > 0 -%} {%- if page.list_title -%}

{{ page.list_title }}

{%- endif -%} {%- for post in posts -%}
{{- post.content | split: '' | first | markdownify | remove: '

' | remove: '

' -}} {%- if post.content contains '' %}   ... read more{% endif %}
{% endfor -%}
{%- include paginator.html -%}
{%- endif -%}