Skip to content

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 24 Jun 08:19

Automated release for theme-earthquake v1.0.6.

Commit

  • SHA: 487887fdc81eb764b28869b7dfd5a6ae8ff1a620

Message

fix(seo): 修复开启 OG/JSON-LD 时文章页 500 错误 (v1.0.6)

- 删除 post.spec.lastModifyTime 引用(PostSpec 无此字段,SpEL 求值抛异常)
- modified_time / dateModified 统一用 publishTime
- #dates.format 改为 #temporals.format(publishTime 是 java.time.Instant)
- JSON-LD author.name 改用 site.title(contributors 是 List<String>)

Changed files

M	src/components/BaseHead.astro
M	theme.yaml