Skip to content

Commit

Permalink
Update: filter box
Browse files Browse the repository at this point in the history
  • Loading branch information
qinwf committed May 27, 2017
1 parent fc00285 commit ded48d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _layouts/draft.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<article class="post">
<h1 class="post-title">{{ page.title }}</h1>
<form class="filter-box">
<input name="query" class="title-filter input-box" placeholder="Type to filter">
<input name="query" class="title-filter input-box" placeholder="type to filter">
</form>
<p></p>
{{ content }}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1 class="post-title">{{ page.title }}</h1>
</p>

<form class="filter-box">
<input name="query" placeholder="Type to filter" class="input-box title-filter">
<input name="query" placeholder="type to filter" class="input-box title-filter">
</form>
{{ content }}
<!--<p><small id="page_view">&nbsp;</small></p>-->
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1 class="post-title">
</p>

<form class="filter-box">
<input name="query" placeholder="Type to filter" class="input-box title-filter"><a class="or-search" href="#search-box">or search</a>
<input name="query" placeholder="type to filter" class="input-box title-filter">
</form>
{{ post.content }}
<!--<p><small id="page_view">&nbsp;</small></p>-->
Expand Down

0 comments on commit ded48d7

Please sign in to comment.