Skip to content

v1.0.7

Choose a tag to compare

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

Automated release for theme-earthquake v1.0.7.

Commit

  • SHA: 89cb72b98403e8254a7eb5a607903788c1a97d98

Message

fix(seo): 修复 excerpt/canonical/JSON-LD 等 SEO 标签问题 (v1.0.7)

- post.spec.excerpt 改为 post.status.excerpt(spec.excerpt 是对象,status.excerpt 是字符串)
- canonical 改用 th:if 分支判断,修复 th:if+th:unless+th:with 组合导致 link 不渲染
- JSON-LD image 用 #strings.isEmpty 判断(cover 空字符串时不再输出 site.url)
- JSON-LD logo 无站点 logo 时回退主题默认 logo(不再输出 null)
- JSON-LD description 同样改用 post.status.excerpt

Changed files

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