halo-theme-Single/category.ftl

12 lines
323 B
Plaintext

<#include "header.ftl">
<@head title="分类:${category.name} - ${blog_title!}" />
<#include "module/module_pageNav.ftl">
<h1>分类:${category.name}</h1>
<main>
<div class="wrap min">
<#include "module/module_post.ftl">
<@pageNav method="categoryPosts" />
</div>
<main>
<#include "footer.ftl">