diff options
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 2e45652..3e910ec 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -68,11 +68,11 @@ <p>{{ site.description | default: site.github.project_tagline }}</p> - <p> - <form action="/search.html"><input type="text" name="keyword" id="search-input-all" placeholder="Search blog posts.." /> + <form action="/search.html"> + <input type="text" name="keyword" id="search-input-all" placeholder="Search blog posts.." /> <input type="submit" /> </form> - </p> + <br /> {% if site.github.is_project_page %} <p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub |