mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 06:42:53 +01:00
feat: add language as post property (#151)
* feat: add language as post property * update frontmatter.json * style: remove extra space * fix: remove unnecessary replacements * feat: add `language` field to `new-post.js` * style: format code style * fix: use `siteConfig.lang` in `jsonLd` * fix: use `siteConfig` when `entry.data` was empty
This commit is contained in:
@@ -44,6 +44,7 @@ image: ''
|
||||
tags: []
|
||||
category: ''
|
||||
draft: false
|
||||
language: ''
|
||||
---
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user