halo-theme-Single/category.ftl

6 lines
180 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>
2022-05-27 01:33:50 +08:00
<#include "module/post-module.ftl">
2022-04-15 13:11:12 +08:00
<#include "footer.ftl">