absolute path to og image because twitter is dumnb
All checks were successful
Build and Deploy Blog Site / setup-website-content (push) Successful in 11s

This commit is contained in:
2026-06-23 13:47:59 -07:00
parent be96056cf3
commit 781a731c81

View File

@@ -33,7 +33,7 @@
{{ else }}
{{ $ogimage := printf "%s%s" .Site.BaseURL "/favicon.png" }}
{{ if .Params.Image }}
{{ $ogimage = .Params.Image }}
{{ $ogimage := printf "%s%s" .Site.BaseURL .Params.Image }}
{{ end }}
<meta property="og:image" content="{{ $ogimage }}">
<meta name="twitter:image" content="{{ $ogimage }}">