From 826b7dca1a7651bf92796fb9eb4f423709302830 Mon Sep 17 00:00:00 2001
From: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
Date: Sun, 11 Apr 2021 14:13:30 +0800
Subject: [PATCH] Turn off autocompletion of input form
---
_includes/topbar.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/topbar.html b/_includes/topbar.html
index 034f984..6ff9fb2 100644
--- a/_includes/topbar.html
+++ b/_includes/topbar.html
@@ -60,7 +60,7 @@
+ aria-label="search" autocomplete="off" placeholder="{{ site.data.label.search_hint | default: 'Search' }}...">
Cancel