« get me outta code hell

content, repl: minor fixes and tweaks - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generatePageLayout.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-11-08 19:54:01 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-11-08 19:54:01 -0400
commit9bf4b59f608022ab0ca2cadc4acff7bb6760ebd2 (patch)
tree85d5a72393a6e2b98cb75ffe7283c4b29964cc07 /src/content/dependencies/generatePageLayout.js
parent17fbc9a59bafd1ae23b5f904f2225841c0201728 (diff)
content, repl: minor fixes and tweaks
Diffstat (limited to 'src/content/dependencies/generatePageLayout.js')
-rw-r--r--src/content/dependencies/generatePageLayout.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/content/dependencies/generatePageLayout.js b/src/content/dependencies/generatePageLayout.js
index cd831ba..72dfbae 100644
--- a/src/content/dependencies/generatePageLayout.js
+++ b/src/content/dependencies/generatePageLayout.js
@@ -449,7 +449,8 @@ export default {
             {[html.onlyIfContent]: true, class: 'skipper-list'},
             processSkippers([
               {id: 'tracks', string: 'tracks'},
-              {id: 'art', string: 'flashes'},
+              {id: 'art', string: 'artworks'},
+              {id: 'flashes', string: 'flashes'},
               {id: 'contributors', string: 'contributors'},
               {id: 'references', string: 'references'},
               {id: 'referenced-by', string: 'referencedBy'},