« get me outta code hell

content, css: generateQuickDescription: use blockquote - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateQuickDescription.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-11-19 20:36:31 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-11-19 20:36:57 -0400
commitbd2629856c53facea5ff756a7e03a2758b32b6ba (patch)
tree4ff423ca6a7bfc444d733ad0c8cd71f8debf0a2e /src/content/dependencies/generateQuickDescription.js
parentce78499e4d2b8f75a75c61335e0c18d3ea71fa1e (diff)
content, css: generateQuickDescription: use blockquote
Lets nested blockquote styling kick in.
Diffstat (limited to 'src/content/dependencies/generateQuickDescription.js')
-rw-r--r--src/content/dependencies/generateQuickDescription.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/generateQuickDescription.js b/src/content/dependencies/generateQuickDescription.js
index 4c7c944a..e144503e 100644
--- a/src/content/dependencies/generateQuickDescription.js
+++ b/src/content/dependencies/generateQuickDescription.js
@@ -100,7 +100,7 @@ export default {
         children);
 
     const wrapContent = (attributes, content) =>
-      html.tag('div', {class: 'description-content'},
+      html.tag('blockquote', {class: 'description-content'},
         {[html.onlyIfContent]: true},
         attributes,