Age | Commit message (Collapse) | Author |
|
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`.
|
|
Supported hooks:
- head_start
- head_end
- body_end
- footer_start
|
|
|
|
|
|
This change will allow us to use the `images` property in frontmatter to display a cover image when sharing links to content in social media.
Open Graph support is provided out of the box with Hugo and is a one-line change. See docs: https://gohugo.io/templates/embedded/#open-graph
|
|
This will prevent analytics collection when testing locally.
|
|
|
|
chore(partials): add explicit links for all favicon types
|
|
|
|
|
|
- Updated header.html with necessary changes.
- Added support for Umami along with relevant configurable options.
- Included a new umami.html file for tracking.
|
|
This change adds canonical URL to all pages.
Reference: https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls#rel-canonical-link-method
|
|
|
|
|
|
|
|
|
|
|