Templates for homepage and markdown posts.

Signed-off-by: HE, Tao <sighingnow@gmail.com>
This commit is contained in:
HE, Tao
2019-04-28 19:15:43 +08:00
parent e18e0cee7e
commit 4c29410efa
16 changed files with 479 additions and 0 deletions

9
_includes/search.html Normal file
View File

@@ -0,0 +1,9 @@
<div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</div>
</div>