Skip to content

Commit

Permalink
Fix filetree error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Eskild Steensen committed Jan 6, 2023
1 parent 2fe6657 commit 1a325c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/_data/filetree.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function getPermalinkAndName(path, key) {
//ignore
}

return permalink;
return {permalink, name};
}

function populateWithPermalink(tree) {
Expand Down

0 comments on commit 1a325c6

Please sign in to comment.