diff options
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 |
commit | 9412fefa5d53af171a91bd3b8ce958d35a7f87d7 (patch) | |
tree | 0ecfd3ae4decba9ce580fe609c9cb506d7e74d37 /src/util | |
parent | 2532ec9ef61146deadb2a49159b92ef50c5d8835 (diff) |
HIGHLY WIP album gallery pages
Diffstat (limited to 'src/util')
-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}), |