Skip to content

Commit

Permalink
修改搜索页搜索结果文案
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhua committed Nov 14, 2021
1 parent 37575ff commit b3194df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<div class="joe_archive__title-title">
<i class="joe-font joe-icon-feather joe_archive__title-icon"></i>
<#if keyword?? && keyword?replace(' ','')!=''>
搜索<span class="muted ellipsis">${keyword}</span>
<span>的结果如下:</span>
搜索到<span class="muted ellipsis">${posts.content?size}</span>条与<span class="muted ellipsis">${keyword}</span>
<span>相关的文章:</span>
<#else>
<span>相关搜索结果如下:</span>
</#if>
Expand Down

0 comments on commit b3194df

Please sign in to comment.