halo-theme-Single/category.ftl

6 lines
178 B
Plaintext
Raw Normal View History

2022-04-15 13:11:12 +08:00
<#include "header.ftl">
<@head title="分类:${category.name} - ${blog_title!}" />
<h1>分类:${category.name}</h1>
<#include "module/post-list.ftl">
<#include "footer.ftl">