mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-04 12:00:02 +00:00
fixed typo
This commit is contained in:
parent
f3baee9475
commit
f32b8b1b5b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user