From 1a5d158fce648492c48644acfea039261ac1dffa Mon Sep 17 00:00:00 2001
From: Aiden Bai <aiden.bai05@gmail.com>
Date: Tue, 03 May 2022 17:38:41 +0000
Subject: [PATCH] Support active node with other data at end of url
---
layouts/partials/head.html | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 58ab82e..b917afb 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -76,7 +76,6 @@
container.textContent = ""
drawGraph(
- {{strings.TrimRight "/" .Page.Permalink}},
{{strings.TrimRight "/" .Site.BaseURL}},
{{$.Site.Data.graphConfig.paths}},
{{$.Site.Data.graphConfig.depth}},
--
Gitblit v1.10.0