halo-theme-Single/search.ftl

7 lines
199 B
Plaintext

<#include "header.ftl">
<@head title="搜索结果:${keyword!} - ${blog_title!}"/>
<#list posts.content as post>
<a href="${post.fullPath!}">${post.title!}</a>
</#list>
<#include "footer.ftl">