diff options
Diffstat (limited to 'src/page/album.js')
-rw-r--r-- | src/page/album.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/page/album.js b/src/page/album.js index 390a57c2..a8e0b591 100644 --- a/src/page/album.js +++ b/src/page/album.js @@ -1,6 +1,6 @@ // Album page specification. -export const description = `per-album info & track artwork gallery pages`; +export const description = `per-album info, artwork gallery & commentary pages`; export function targets({wikiData}) { return wikiData.albumData; @@ -31,7 +31,6 @@ export function pathsForTarget(album) { }, }, - /* hasCommentaryPage && { type: 'page', path: ['albumCommentary', album.directory], @@ -42,6 +41,7 @@ export function pathsForTarget(album) { }, }, + /* { type: 'data', path: ['album', album.directory], |