Update 3 files

- /_layouts/default.html
- /index.html
- /search.html
This commit is contained in:
mayx
2025-04-29 16:00:02 +00:00
parent a56d77a472
commit b818d1db8e
3 changed files with 14 additions and 20 deletions

View File

@@ -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