chore(lang): lang element based on frontmatter or default locale (#819)

default locale

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron Pham 2024-02-07 12:29:47 -05:00 committed by GitHub
parent ce413b4bae
commit 2578597f7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -209,8 +209,10 @@ export function renderPage(
</div>
)
const lang = componentData.frontmatter?.lang ?? cfg.locale.split("-")[0]
const doc = (
<html>
<html lang={lang}>
<Head {...componentData} />
<body data-slug={slug}>
<div id="quartz-root" class="page">