diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-02-17 23:23:35 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-02-17 23:25:59 -0400 |
commit | f26ad2e27e9c7ca61b6ae5e9b3587786d911a2df (patch) | |
tree | a611d91cab993d84cda1dd81af7be741295e248a /src/page | |
parent | f8557485ac06a7b2527c50dcf638497212678a16 (diff) |
pre-writes: listings
Diffstat (limited to 'src/page')
-rw-r--r-- | src/page/tag.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/tag.js b/src/page/tag.js index 6090cb08..d7706458 100644 --- a/src/page/tag.js +++ b/src/page/tag.js @@ -16,7 +16,7 @@ export function targets({wikiData}) { export function write(tag, {wikiData}) { const { wikiInfo } = wikiData; - const { things } = tag; + const { taggedInThings: things } = tag; // Display things featuring this art tag in reverse chronological order, // sticking the most recent additions near the top! |