mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-07-21 17:19:29 +00:00
3b320a0078
- New templates/macros/seo.html with breadcrumb_jsonld(items): the hand-written
schema.org BreadcrumbList JSON-LD block (repeated in book, chapter, verse,
story, topic, and study-guide templates) is now one macro. Verified the parsed
BreadcrumbList JSON is byte-identical before/after on all six page types.
- base.html twitter:image now defaults to {{ self.og_image() }}, so child
templates only override og_image; removed the six redundant twitter_image
overrides (each was byte-identical to its og_image). Eliminates og/twitter
desync risk. Verified og:image == twitter:image on all six pages.
941 passed, 3 skipped.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>