diff options
Diffstat (limited to 'src/util/link.js')
-rw-r--r-- | src/util/link.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/link.js b/src/util/link.js index bc3bd50a..7d53edc3 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}), |