--- layout: default title: Home --- {% if page.date_type == "year" %}

Posts from {{ page.date | year }}

Below are the posts I wrote in {{ page.date | year }}.

{% endif %} {% if page.date_type == "month" %}

Posts from {{ page.date | archive_date }}

Below are the posts I wrote in {{ page.date | archive_date }}.

{% endif %} {% if page.date_type == "day" %}

Posts from {{ page.date | long_date }}

Below are the posts I wrote on {{ page.date | long_date }}.

{% endif %}