--- layout: page title: Blog Archives footer: false comments: false ---
<#assign year = "0000"> <#list site.posts as post> <#assign this_year = post.date?string("yyyy")> <#if year != this_year> <#assign year = this_year>

${ year }

<#include "/post/archive_post.ftl">