« get me outta code hell

HIGHLY WIP album gallery pages - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/util/link.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-12-19 23:27:00 -0400
committer(quasar) nebula <qznebula@protonmail.com>2022-12-19 23:27:00 -0400
commit9412fefa5d53af171a91bd3b8ce958d35a7f87d7 (patch)
tree0ecfd3ae4decba9ce580fe609c9cb506d7e74d37 /src/util/link.js
parent2532ec9ef61146deadb2a49159b92ef50c5d8835 (diff)
HIGHLY WIP album gallery pages
Diffstat (limited to 'src/util/link.js')
-rw-r--r--src/util/link.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/link.js b/src/util/link.js
index bc3bd50..7d53edc 100644
--- a/src/util/link.js
+++ b/src/util/link.js
@@ -105,11 +105,12 @@ const link = {
     // href that ends with `/` and append `index.html` to the returned
     // value (for to.thing() functions). This is handy when developing
     // without a local server (i.e. using file:// protocol URLs in your
-    // 8rowser), 8ut isn't guaranteed to 8e 100% 8ug-free.
+    // we8 8rowser), 8ut isn't guaranteed to 8e 100% 8ug-free.
     appendIndexHTML: false,
   },
 
   album: linkDirectory('album'),
+  albumGallery: linkDirectory('albumGallery'),
   albumCommentary: linkDirectory('albumCommentary'),
   artist: linkDirectory('artist', {color: false}),
   artistGallery: linkDirectory('artistGallery', {color: false}),