« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content
diff options
context:
space:
mode:
Diffstat (limited to 'src/content')
-rw-r--r--src/content/dependencies/generateCommentaryEntry.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/content/dependencies/generateCommentaryEntry.js b/src/content/dependencies/generateCommentaryEntry.js
index 4cb618e3..c93020f3 100644
--- a/src/content/dependencies/generateCommentaryEntry.js
+++ b/src/content/dependencies/generateCommentaryEntry.js
@@ -98,6 +98,8 @@ export default {
 
                 return language.$(workingCapsule, workingOptions);
               })),
+
+            relations.date,
           ])),
 
         html.tag('blockquote', {class: 'commentary-entry-body'},
@@ -105,10 +107,6 @@ export default {
             relations.colorStyle.clone()
               .slot('color', slots.color),
 
-          [
-            relations.date,
-
-            relations.bodyContent.slot('mode', 'multiline'),
-          ]),
+          relations.bodyContent.slot('mode', 'multiline')),
       ])),
 };