halo-theme-Single/search.ftl

10 lines
280 B
Plaintext
Raw Permalink Normal View History

<#include "header.ftl">
<@head title="搜索结果:${keyword!} - ${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="search" />
</div>
<main>
<#include "footer.ftl">