summaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
AgeCommit message (Collapse)Author
2025-08-16fix: set rel=alternate for individual pagesHEADmasterMartin Fischer
2025-08-16change: replace default footer with generator meta tagsMartin Fischer
2025-08-16fix: remove default faviconMartin Fischer
2025-05-17Fix issue where urls have single slash after protocolLinh Nguyen
2025-04-29Merge pull request #130 from linh-n/mainFrancesco Tomaselli
fixes #129 double slash for favicons
2025-04-26Fix double slash for faviconsLinh Nguyen
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`.
2025-04-01Add support for hooks in layouts/partials/hooksCorné Haasjes
Supported hooks: - head_start - head_end - body_end - footer_start
2025-01-20fix: change property for nameEduardo Flores
2025-01-20add: fediverse meta tagEduardo Flores
2024-10-28Add support for Open Graph tagsSangeeth Sudheer
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
2024-09-02Enable Umami analytics in Production onlyNick Savage
This will prevent analytics collection when testing locally.
2024-08-21Removed duplicated favicon.ico entryFrancesco
2024-08-21feat(partials): allow setting of favicon pathMaahir Ur Rahman
chore(partials): add explicit links for all favicon types
2024-08-13Merge branch 'main' into mainFrancesco Tomaselli
2024-08-12Add RSS feed linkJesse Rusak
2024-08-11Update header.html and add support for UmamiP家单推人
- Updated header.html with necessary changes. - Added support for Umami along with relevant configurable options. - Included a new umami.html file for tracking.
2024-07-19Implement Canonical URLArpit Gupta
This change adds canonical URL to all pages. Reference: https://developers.google.com/search/docs/crawling-indexing/consolidate-duplicate-urls#rel-canonical-link-method
2024-05-26Added meta descriptionsFrancesco
2024-05-11FormatFrancesco
2024-04-29Fixed overflow on Katex for mobile, woff2 for LiterataFrancesco
2024-04-24Removed unnecessary math.js loadFrancesco
2024-04-22InitialFrancesco