Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-16 | fix: set rel=alternate for individual pagesHEADmaster | Martin Fischer | |
2025-08-16 | change: replace default footer with generator meta tags | Martin Fischer | |
2025-08-16 | fix: remove default favicon | Martin Fischer | |
2025-05-17 | Fix issue where urls have single slash after protocol | Linh Nguyen | |
2025-04-29 | Merge pull request #130 from linh-n/main | Francesco Tomaselli | |
fixes #129 double slash for favicons | |||
2025-04-26 | Fix double slash for favicons | Linh Nguyen | |
2025-04-25 | Make opengraph.html a normal partial | Sangeeth 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-01 | Add support for hooks in layouts/partials/hooks | Corné Haasjes | |
Supported hooks: - head_start - head_end - body_end - footer_start | |||
2025-01-20 | fix: change property for name | Eduardo Flores | |
2025-01-20 | add: fediverse meta tag | Eduardo Flores | |
2024-10-28 | Add support for Open Graph tags | Sangeeth 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-02 | Enable Umami analytics in Production only | Nick Savage | |
This will prevent analytics collection when testing locally. | |||
2024-08-21 | Removed duplicated favicon.ico entry | Francesco | |
2024-08-21 | feat(partials): allow setting of favicon path | Maahir Ur Rahman | |
chore(partials): add explicit links for all favicon types | |||
2024-08-13 | Merge branch 'main' into main | Francesco Tomaselli | |
2024-08-12 | Add RSS feed link | Jesse Rusak | |
2024-08-11 | Update header.html and add support for Umami | P家单推人 | |
- 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-19 | Implement Canonical URL | Arpit 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-26 | Added meta descriptions | Francesco | |
2024-05-11 | Format | Francesco | |
2024-04-29 | Fixed overflow on Katex for mobile, woff2 for Literata | Francesco | |
2024-04-24 | Removed unnecessary math.js load | Francesco | |
2024-04-22 | Initial | Francesco | |