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 f6d9884 commit 137693cCopy full SHA for 137693c
packages/astro-friday/src/components/ArticleDetail.astro
@@ -59,7 +59,7 @@ const fKeys = config.post.frontmatterKeys
59
}
60
</div>
61
62
-<article class="component-article-detail__article displaying-table-of-contents mx-auto prose dark:prose-invert">
+<article lang={entry.data[fKeys.lang]} class="component-article-detail__article displaying-table-of-contents mx-auto prose dark:prose-invert">
63
<slot />
64
</article>
65
0 commit comments