« get me outta code hell

content: generateCoverGrid: fix missing bottomCaption w/o expando - 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:
author(quasar) nebula <qznebula@protonmail.com>2026-04-01 21:54:41 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-04-01 21:54:41 -0300
commit3ac7f1d61ad9abbab9377c49eb8eb0d0478e01bb (patch)
treec513be81fa865175b24075a452112ea0b9ac2e4a /src/content
parent0af3ccdb2f634033ab56443a2d723c26e3d19e4c (diff)
content: generateCoverGrid: fix missing bottomCaption w/o expando
Diffstat (limited to 'src/content')
-rw-r--r--src/content/dependencies/generateCoverGrid.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/generateCoverGrid.js b/src/content/dependencies/generateCoverGrid.js
index 091833a9..6f87b54c 100644
--- a/src/content/dependencies/generateCoverGrid.js
+++ b/src/content/dependencies/generateCoverGrid.js
@@ -187,7 +187,7 @@ export default {
 
        : !html.isBlank(relations.bottomCaption)
           ? html.tag('p', {class: 'grid-caption'},
-              slots.caption)
+              slots.bottomCaption)
 
           : html.blank()),
       ]),