<#include "templates/layout_pjax.ftl"> <@layout title="分类:${category.name!} - ${blog_title!}" canonical="${category.fullPath!}"> <#if (posts.content)?? && posts.content?size gt 0>
<#include "templates/main/article_list.ftl"> <@article_list posts.content/> <#include "templates/main/pagination.ftl"> <@pagination method="categoryPosts" datas=posts slug="${category.slug!}" display="${settings.page_number!5}" /> <#else>
该分类下没有文章,回主页看看吧