halo-theme-Single/category.ftl

6 lines
180 B
Plaintext

<#include "header.ftl">
<@head title="分类:${category.name} - ${blog_title!}" />
<h1>分类:${category.name}</h1>
<#include "module/post-module.ftl">
<#include "footer.ftl">