fixed typo

This commit is contained in:
Utsob Roy 2023-03-23 07:48:49 +06:00
parent f3baee9475
commit f32b8b1b5b

View File

@ -68,7 +68,7 @@ function getPermalinkMeta(note, key) {
if (note.data["dg-path"]) {
folders = note.data["dg-path"].split("/");
} else {
folders = note.filePathStem.split
folders = note.filePathStem
.split("notes/")[1]
.split("/")
.map(toTitleCase);