<#include "module/macro.ftl"> <@layout title="归档 - ${blog_title!}">
<#include "module/header.ftl">
<#list archives as archive>
${archive.year?c}
<#list archive.posts?sort_by("createTime")?reverse as post>
${post.title!}
${post.createTime?string('MM-dd')}
<#if posts.totalPages gt 1> <@paginationTag method="archives" page="${posts.number}" total="${posts.totalPages}" display="3">