hugo-theme-stack/layouts/partials/head
LSweetSour 2d6f7c84c6
fix: Correct Lastmod field access in OpenGraph meta tags
- Updated the OpenGraph meta tags to correctly access the Lastmod field.
- For pages, use .Lastmod instead of .Site.Lastmod.
- For non-pages, use .Site.LastChange instead of .Site.Lastmod.
- Ensured proper formatting for published and modified times in OpenGraph meta tags.

The original content caused issues on Cloudflare Pages due to incorrect access of the Lastmod field, leading to build failures.
2024-09-28 13:53:59 +08:00
..
opengraph fix: Correct Lastmod field access in OpenGraph meta tags 2024-09-28 13:53:59 +08:00
colorScheme.html Revert "Merge branch 'canary' into master" (#712) 2022-10-29 17:14:19 +02:00
custom.html feat: add head/custom and footer/custom for inserting custom code 2020-08-24 20:48:31 +02:00
head.html fix: favicon does not load if baseurl includes a subfolder (#972) 2024-03-12 14:50:49 +01:00
script.html 🎉 Initial commit 2020-08-22 13:20:08 +02:00
style.html fix: use css.Sass instead of deprecated resources.ToCSS (#1054) 2024-09-07 18:42:07 +02:00