mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-05 12:25:20 +00:00
Fixed issue where ampersign in title would break dataview links
This commit is contained in:
parent
0226ddc19f
commit
818ae56774
@ -150,7 +150,7 @@ module.exports = function (eleventyConfig) {
|
||||
}
|
||||
const [fileLink, linkTitle] = p1.split("|");
|
||||
|
||||
let fileName = fileLink;
|
||||
let fileName = fileLink.replaceAll("&", "&");
|
||||
let header = "";
|
||||
let headerLinkPath = "";
|
||||
if (fileLink.includes("#")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user