« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/content/dependencies/generateExternalLinksLineOrList.js9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/content/dependencies/generateExternalLinksLineOrList.js b/src/content/dependencies/generateExternalLinksLineOrList.js
index 18922db6..3de3ba49 100644
--- a/src/content/dependencies/generateExternalLinksLineOrList.js
+++ b/src/content/dependencies/generateExternalLinksLineOrList.js
@@ -78,10 +78,11 @@ export default {
     switch (style) {
       case 'line': return (
         html.tag('p',
-          language.$(slots.string, {
-            links:
-              language.formatDisjunctionList(externalLinks),
-          }))
+          html.metatag('chunkwrap', {split: /,/},
+            language.$(slots.string, {
+              links:
+                language.formatDisjunctionList(externalLinks),
+            })))
       );
 
       case 'list': return (