fix type md ai

This commit is contained in:
2025-08-09 17:53:50 +09:00
parent c5a70a433b
commit 6047fa4161
17 changed files with 1213 additions and 4 deletions

View File

@@ -302,7 +302,8 @@ impl Generator {
"excerpt": excerpt,
"markdown_url": markdown_url,
"translation_url": translation_url,
"language": self.config.site.language
"language": self.config.site.language,
"extra": post.extra
})
}).collect();