« get me outta code hell

content: generateAlbumCommentaryPage - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/album.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-06-06 19:22:02 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-06-06 19:22:02 -0300
commit46a9ea4039b86a177779c83f49ab4af3d4f1529c (patch)
treeff15051c1ccfda3b2fd5b85d59a715a1d4d69afe /src/page/album.js
parent01957d7349716b61684b7aa74fc16d2ecdcaf479 (diff)
content: generateAlbumCommentaryPage
Diffstat (limited to 'src/page/album.js')
-rw-r--r--src/page/album.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/page/album.js b/src/page/album.js
index 390a57c..a8e0b59 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],