summaryrefslogtreecommitdiff
path: root/layouts/partials/opengraph.html
AgeCommit message (Collapse)Author
2025-08-16fork: Typo as TastefejlMartin Fischer
2025-04-26Include og-image.html in all pagesSangeeth Sudheer
Not sure why I added those checks earlier, but it's good to have og-image.html in all pages, like sections for tags/content categories.
2025-04-25Make opengraph.html a normal partialSangeeth Sudheer
Moves `opengraph.html` under `layout/partials` and updates `head.html` to include from the updated path. This change is needed to make things work with Hugo >=v0.144.0 as they moved templates like `opengraph.html` from `_internals` breaking existing usage. The doc also recommends doing this: https://gohugo.io/templates/embedded/#open-graph This change shouldn't affect existing users of Typo unless they override `head.html`.