Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Fix frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
IMB11 committed Dec 21, 2023
1 parent ecc3a80 commit 72eed59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default defineConfig({
{
name: 'og:title',
content:
pageData.frontmatter.layout === 'home'
pageData.frontmatter.layout === 'home' || pageData.title === 'YACL Wiki'
? `YACL Wiki`
: `${pageData.title} | YACL Wiki`
}
Expand Down

0 comments on commit 72eed59

Please sign in to comment.