diff options
author | mayx | 2025-04-29 16:00:02 +0000 |
---|---|---|
committer | mayx | 2025-04-29 16:00:02 +0000 |
commit | b818d1db8e48b418473934ee6c3e70f12b023dc8 (patch) | |
tree | 61fe9ba1f3421453d86abd503c6bf838351a2b6c /_layouts | |
parent | a56d77a472dd168e5b8660ae86a552c6ef69a7f8 (diff) |
Update 3 files
- /_layouts/default.html - /index.html - /search.html
Diffstat (limited to '_layouts')
-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 |