From 43837f9e2ec4033722cb6957bd67c688afb3ae2c Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 26 Dec 2021 04:45:30 +0000
Subject: [PATCH] add makefile, fix link padding, test capitalization

---
 layouts/partials/search.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/search.html b/layouts/partials/search.html
index 9809de6..90f4040 100644
--- a/layouts/partials/search.html
+++ b/layouts/partials/search.html
@@ -145,7 +145,7 @@
     }
 
     const redir = (id, term) => {
-        window.location.href = "{{.Site.BaseURL}}" + `${id.toLowerCase()}#:~:text=${encodeURIComponent(term)}`
+        window.location.href = "{{.Site.BaseURL}}" + `${id}#:~:text=${encodeURIComponent(term)}`
     }
 
     const fetch = id => ({

--
Gitblit v1.10.0