---
title: Blog
permalink: /posts/
layout: page
excerpt: All post.
comments: false
---
{%- for post in site.posts -%}
{%- capture current_year -%}{{ post.date | date: "%Y" }}{%- endcapture -%}
{%- unless current_year == previous_year -%}
{{ current_year }}
{%- assign previous_year = current_year -%}
{%- endunless -%}
{%- else -%}
No posts yet :,(
{%- endfor -%}