halo-theme-Single/search.ftl

10 lines
280 B
Plaintext

<#include "header.ftl">
<@head title="搜索结果:${keyword!} - ${blog_title!}"/>
<#include "module/module_pageNav.ftl">
<main>
<div class="wrap min">
<#include "module/module_post.ftl">
<@pageNav method="search" />
</div>
<main>
<#include "footer.ftl">