<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tastefejl/layouts/_internal, branch master</title>
<subtitle>fork of tomfran's typo theme for Hugo</subtitle>
<id>http://git.push-f.com/tastefejl/atom/layouts/_internal?h=master</id>
<link rel='self' href='http://git.push-f.com/tastefejl/atom/layouts/_internal?h=master'/>
<link rel='alternate' type='text/html' href='http://git.push-f.com/tastefejl/'/>
<updated>2025-04-25T16:39:40Z</updated>
<entry>
<title>Make opengraph.html a normal partial</title>
<updated>2025-04-25T16:39:40Z</updated>
<author>
<name>Sangeeth Sudheer</name>
<email>git@sangeeth.dev</email>
</author>
<published>2025-04-25T16:39:40Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/tastefejl/commit/?id=c782f5cfc2f06b86cd2900c9381262f41ebf67da'/>
<id>urn:sha1:c782f5cfc2f06b86cd2900c9381262f41ebf67da</id>
<content type='text'>
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 &gt;=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`.
</content>
</entry>
<entry>
<title>Add partial to customize og:image meta property</title>
<updated>2025-03-15T09:58:05Z</updated>
<author>
<name>Sangeeth Sudheer</name>
<email>git@sangeeth.dev</email>
</author>
<published>2025-03-15T09:46:41Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/tastefejl/commit/?id=24a7117baa4b51a531fa47c40201b3819746de41'/>
<id>urn:sha1:24a7117baa4b51a531fa47c40201b3819746de41</id>
<content type='text'>
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.
</content>
</entry>
</feed>
