« 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/generateRelationsContentHeading.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/generateRelationsContentHeading.js
parent42723c7d476a0ac0595b802e25df38ef27abc208 (diff)
content, data: Track.nameStyle "unofficial"
Diffstat (limited to 'src/content/dependencies/generateRelationsContentHeading.js')
-rw-r--r--src/content/dependencies/generateRelationsContentHeading.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/content/dependencies/generateRelationsContentHeading.js b/src/content/dependencies/generateRelationsContentHeading.js
index 5d50c2fc..f4fd6ad4 100644
--- a/src/content/dependencies/generateRelationsContentHeading.js
+++ b/src/content/dependencies/generateRelationsContentHeading.js
@@ -18,7 +18,8 @@ export default {
 
   generate(data, relations, slots, {html, language}) {
     const namePart =
-      (data.nameStyle === 'utility'
+      (data.nameStyle === 'utility' ||
+       data.nameStyle === 'unofficial'
         ? null
         : html.tag('i', data.name));