add search

This commit is contained in:
Van
2017-09-12 23:34:23 +08:00
parent 895d9ca2eb
commit a195a81073
23 changed files with 79 additions and 44 deletions

View File

@@ -11,7 +11,10 @@
<a href="${servePath}/tags.html">${allTagsLabel}</a>&nbsp;&nbsp;
</li>
<li>
<a rel="alternate" href="${servePath}/blog-articles-rss.do">RSS</a><a href="${servePath}/blog-articles-rss.do"><img src="${staticServePath}/images/feed.png" alt="RSS"/></a>
<a rel="alternate" href="${servePath}/blog-articles-rss.do">RSS</a><a href="${servePath}/blog-articles-rss.do"><img src="${staticServePath}/images/feed.png" alt="RSS"/></a> &nbsp;
</li>
<li>
<a href="${servePath}/search?keyword=">Search</a>
</li>
</ul>
</div>