diff options
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/dependencies/generateQuickDescription.js | 2 |
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, |