« get me outta code hell

replacer: link directly to home - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-03-12 19:21:04 -0400
committer(quasar) nebula <qznebula@protonmail.com>2022-03-12 19:21:04 -0400
commit0435fea96e94194032bfb20b0489ccd9df688d11 (patch)
tree1b9987b180ccfb64d178ba25f196f3d9a765f5ec
parent6a86a6aca6215cb4d464b814c34233b001575cd9 (diff)
replacer: link directly to home
-rwxr-xr-xsrc/upd8.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 34e0466..4fb8646 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -380,6 +380,10 @@ const replacerSpec = {
         find: 'group',
         link: 'groupGallery'
     },
+    'home': {
+        find: null,
+        link: 'home'
+    },
     'listing-index': {
         find: null,
         link: 'listingIndex'