« get me outta code hell

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:
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}),