Commit Graph

6 Commits

Author SHA1 Message Date
Joey Hafner
d1c1a55a1e Resolves opengraph image property not being respected
The default head partial invokes the `_internal/opengraph.html` template, which inserted stock opengraph tags before our explicitly set tags, taking precendence.

Also fixes the default content template wrongly using page-bundle-relative path for stock logo.
2024-06-30 21:57:15 -07:00
Joey Hafner
6e01a06b55 Fix image used for embedding articles on other sites not falling back correctly
Header was using paths relative to page bundle, rather than absolute. Switched to absolute.
Removed superfluous and unrelated [module.mounts] config node
2024-06-30 19:10:13 -07:00
Joey Hafner
98f5c3e7c1 Fix pages with no explicitly-set og:image value falling back to missing image file 2024-06-30 01:29:19 -07:00
Joey Hafner
84c18e6370 Add partial to support og:image tag from page frontmatter 2024-06-29 23:45:48 -07:00
Joey Hafner
f0fe6b78d3 Add opengraph site name tag to header 2024-06-29 00:12:09 -07:00
Joey Hafner
5b7082c31d Improve embed appearance
- Add article:author header
- Add logo image
2024-06-28 23:42:11 -07:00