From e06e341468202eebd928dee6a222ea118ef06331 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 28 Feb 2022 15:14:55 +0000
Subject: [PATCH] fix: explicitly set root as current directory to fix ignore files
---
layouts/partials/popover.html | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/layouts/partials/popover.html b/layouts/partials/popover.html
index 37f0db4..32f019f 100644
--- a/layouts/partials/popover.html
+++ b/layouts/partials/popover.html
@@ -11,9 +11,6 @@
fetchData().then(({content}) => {
const links = [...document.getElementsByClassName("internal-link")]
links.forEach(li => {
- console.log(li.dataset.src.replace(baseUrl, ""))
- console.log(content[li.dataset.src.replace(baseUrl, "")])
- console.log(content)
const linkDest = content[li.dataset.src.replace(baseUrl, "")]
// const linkDest = content[li.dataset.src]
if (linkDest) {
--
Gitblit v1.10.0