halo-theme-Single/tag.ftl

10 lines
277 B
Plaintext

<#include "header.ftl">
<@head title="标签:${tag.name} - ${blog_title!}" />
<#include "module/module_pageNav.ftl">
<main>
<div class="wrap min">
<#include "module/module_post.ftl">
<@pageNav method="tagPosts" />
</div>
<main>
<#include "footer.ftl">