Skip to content

Commit 546c697

Browse files
committed
fix(post): apply lang attr to the article content
1 parent 4c15ce5 commit 546c697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/blog/[...slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const { Content } = await post.render();
7575
<span class="inline-block w-0 h-px overflow-hidden">c13n</span>
7676
</div>
7777
</div>
78-
<article class="animate">
78+
<article class="animate" lang="zh">
7979
<Content />
8080
</article>
8181
</Container>

0 commit comments

Comments
 (0)