Emile Bangma
2024-03-09 2e9a0c21db717c324a74f761fb0910b1218fdd72
quartz/components/renderPage.tsx
@@ -209,7 +209,7 @@
    </div>
  )
  const lang = componentData.frontmatter?.lang ?? cfg.locale?.split("-")[0] ?? "en"
  const lang = componentData.fileData.frontmatter?.lang ?? cfg.locale?.split("-")[0] ?? "en"
  const doc = (
    <html lang={lang}>
      <Head {...componentData} />