--- layout: default title: Home --- {% if page.date_type == "year" %}
Below are the posts I wrote in {{ page.date | year }}.
{% endif %} {% if page.date_type == "month" %}Below are the posts I wrote in {{ page.date | archive_date }}.
{% endif %} {% if page.date_type == "day" %}Below are the posts I wrote on {{ page.date | long_date }}.
{% endif %}