---
layout: default
title: Home
---
{%- if page.title -%}
{{ page.title }}
{% else %}
Home
{%- endif -%}
{{ content }}
{%- if paginator.total_posts > 0 -%}
{{ page.list_title | default: "Microblog" }}
{% for post in paginator.posts %}
{%- if post.collection == "microblog" -%}
-
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{{ post.date | date: date_format }}
{%- if site.show_excerpts -%}
{{ post.excerpt }}
{%- endif -%}
{%- endif -%}
{% endfor %}
{%- endif -%}