halo-theme-Single/category.ftl

12 lines
323 B
Plaintext
Raw Normal View History

2022-04-15 13:11:12 +08:00
<#include "header.ftl">
<@head title="分类:${category.name} - ${blog_title!}" />
2022-06-19 00:31:24 +08:00
<#include "module/module_pageNav.ftl">
2022-04-15 13:11:12 +08:00
<h1>分类:${category.name}</h1>
2022-06-19 00:31:24 +08:00
<main>
<div class="wrap min">
<#include "module/module_post.ftl">
<@pageNav method="categoryPosts" />
</div>
<main>
2022-04-15 13:11:12 +08:00
<#include "footer.ftl">