summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/_default/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/layouts/_default/search.html')
-rw-r--r--themes/PaperMod/layouts/_default/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/PaperMod/layouts/_default/search.html b/themes/PaperMod/layouts/_default/search.html
index 2349587..bb7d436 100644
--- a/themes/PaperMod/layouts/_default/search.html
+++ b/themes/PaperMod/layouts/_default/search.html
@@ -22,7 +22,7 @@
<div id="searchbox">
<input id="searchInput" autofocus placeholder="{{ .Params.placeholder | default (printf "%s ↵" .Title) }}"
- aria-label="search" type="search" autocomplete="off">
+ aria-label="search" type="search" autocomplete="off" maxlength="64">
<ul id="searchResults" aria-label="search results"></ul>
</div>