Emile Bangma
2024-03-18 7e22c38f8eaf8d9e3ae3a5b25f4611a5f4503b26
quartz/components/pages/TagContent.tsx
@@ -56,7 +56,7 @@
            const root = contentPage?.htmlAst
            const content =
              !root || root?.children.length === 0
              !root || root?.children.length === 0
                ? contentPage?.description
                : htmlToJsx(contentPage.filePath!, root)