« get me outta code hell

add a few missing headings to skippers - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/album-commentary.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-03-05 20:47:47 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-03-05 20:47:47 -0400
commit203f324ed4eda2d51a8dbaf82d9694f837b87a7b (patch)
treeb73d96c923d2327d7d0adee8d6da6d663601118e /src/page/album-commentary.js
parent20b5bdeb15fd23657606a8e473f44f89626a87a6 (diff)
add a few missing headings to skippers
Diffstat (limited to 'src/page/album-commentary.js')
-rw-r--r--src/page/album-commentary.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/page/album-commentary.js b/src/page/album-commentary.js
index ebfb0ba..eb462d9 100644
--- a/src/page/album-commentary.js
+++ b/src/page/album-commentary.js
@@ -51,6 +51,7 @@ export function write(album) {
             html.tag('h3',
               {class: ['content-heading']},
               language.$('albumCommentaryPage.entry.title.albumCommentary')),
+
             html.tag('blockquote',
               transformMultiline(album.commentary)),
           ]),