diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-10-04 13:16:50 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 20:03:25 -0400 |
commit | aea4995ff0aea1baf9fd4aaaf4cf096a53e94f99 (patch) | |
tree | 9d0dada7d8034c7da7eef746dce2ec9de491b572 /src/replacer.js | |
parent | b27d61ca43cc1e8e8dcb0a94fbfcf77d1e32c548 (diff) |
support art tag info pages; ensure "art tag" terminology everywhere
Diffstat (limited to 'src/replacer.js')
-rw-r--r-- | src/replacer.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/replacer.js b/src/replacer.js index 5378db1d..a16d1ab8 100644 --- a/src/replacer.js +++ b/src/replacer.js @@ -152,6 +152,11 @@ export const replacerSpec = { 'tag': { find: 'artTag', + link: 'linkArtTagGallery', + }, + + 'tag-info': { + find: 'artTag', link: 'linkArtTag', }, |