hugo-typo/layouts/partials/head
Sangeeth Sudheer 1cbe2066ec
Add partial to customize og:image meta property
Adds a new partial — `head/og-image.html` — that will render the value to be used
for `og:image` meta tags. The changes preserve the existing Hugo OpenGraph template's
behavior of checking and using the frontmatter or specific format of image names
as the `og:image` but if that doesn't work, it will delegate to the default partial which
uses `assets/images/og-image.{ext}` as the image.

This partial can be overriden to allow dynamic `og:image` URLs via a third-party service.

`_internal/opengraph.html` source is copied from Hugo to customize and support
this feature. Docs are updated to mention its usage.
2025-03-15 15:28:05 +05:30
..
css.html Added color palettes 2024-06-09 14:39:48 +02:00
js.html Format 2024-05-11 22:13:47 +02:00
og-image.html Add partial to customize og:image meta property 2025-03-15 15:28:05 +05:30