« get me outta code hell

content, data: Track.nameStyle "unofficial" - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateContentContentHeading.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-05-11 21:22:56 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-05-11 21:22:56 -0300
commit707af19a89cee98b794fff282ec06350449f79cb (patch)
tree09c110149d33231a26cd86f08751d87069e8c570 /src/content/dependencies/generateContentContentHeading.js
parent42723c7d476a0ac0595b802e25df38ef27abc208 (diff)
content, data: Track.nameStyle "unofficial"
Diffstat (limited to 'src/content/dependencies/generateContentContentHeading.js')
-rw-r--r--src/content/dependencies/generateContentContentHeading.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/content/dependencies/generateContentContentHeading.js b/src/content/dependencies/generateContentContentHeading.js
index 44053427..3281caba 100644
--- a/src/content/dependencies/generateContentContentHeading.js
+++ b/src/content/dependencies/generateContentContentHeading.js
@@ -45,7 +45,8 @@ export default {
           }
 
           const name =
-            (data.nameStyle === 'utility'
+            (data.nameStyle === 'utility' ||
+             data.nameStyle === 'unofficial'
               ? null
               : data.name);