halo-theme-Single/tag.ftl

10 lines
277 B
Plaintext
Raw Normal View History

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