From 9412fefa5d53af171a91bd3b8ce958d35a7f87d7 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 19 Dec 2022 23:27:00 -0400 Subject: HIGHLY WIP album gallery pages --- src/util/link.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/util') 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}), -- cgit 1.3.0-6-gf8a5