Skip to content

Commit

Permalink
reading time
Browse files Browse the repository at this point in the history
  • Loading branch information
azgh committed Sep 29, 2024
1 parent 328a233 commit d15c6f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
title: "Search"
layout: "search"
summary: "search"
placeholder: "placeholder text in search input box"
placeholder: "What are you looking for?"
---
1 change: 1 addition & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ ShowBreadCrumbs = true

[Params]
ShowReadingTime = true

2 changes: 1 addition & 1 deletion public/search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h1>Search <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewB
</header>

<div id="searchbox">
<input id="searchInput" autofocus placeholder="placeholder text in search input box"
<input id="searchInput" autofocus placeholder="What are you looking for?"
aria-label="search" type="search" autocomplete="off" maxlength="64">
<ul id="searchResults" aria-label="search results"></ul>
</div>
Expand Down

0 comments on commit d15c6f1

Please sign in to comment.