diff options
-rw-r--r-- | src/data/yaml.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/yaml.js b/src/data/yaml.js index be494dad..4ad8bd8c 100644 --- a/src/data/yaml.js +++ b/src/data/yaml.js @@ -1461,7 +1461,7 @@ export function cruddilyGetAllThings(wikiData) { return allThings; } -export function matchFilenameToThings(filename, wikiData) { +export function getThingLayoutForFilename(filename, wikiData) { const things = cruddilyGetAllThings(wikiData) .filter(thing => |