We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f0a2a commit daa8796Copy full SHA for daa8796
quartz/components/pages/TagContent.tsx
@@ -56,7 +56,7 @@ const TagContent: QuartzComponent = (props: QuartzComponentProps) => {
56
57
const root = contentPage?.htmlAst
58
const content =
59
- !root || root?.children.length === 0
+ !root || root?.children.length === 0
60
? contentPage?.description
61
: htmlToJsx(contentPage.filePath!, root)
62
0 commit comments