« get me outta code hell

new All Sheet Music listing - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-03-03 10:11:44 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-03-03 10:11:44 -0400
commit64990187b7a35b3c1db8e169f83591b557bb9121 (patch)
tree9a883ae4aff13e889ccab88d179e752eae40f9c3 /src/page
parente1db565e4059a2e26e2c0e56a6f3f3ae738ea2b7 (diff)
new All Sheet Music listing
Diffstat (limited to 'src/page')
-rw-r--r--src/page/album-commentary.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/album-commentary.js b/src/page/album-commentary.js
index 5fd78be..ebfb0ba 100644
--- a/src/page/album-commentary.js
+++ b/src/page/album-commentary.js
@@ -57,7 +57,7 @@ export function write(album) {
 
           ...album.tracks.filter(t => t.commentary).flatMap(track => [
             html.tag('h3',
-              {id: 'track.directory', class: ['content-heading']},
+              {id: track.directory, class: ['content-heading']},
               language.$('albumCommentaryPage.entry.title.trackCommentary', {
                 track: link.track(track),
               })),