fixing ogimage issue
All checks were successful
Build and Deploy Blog Site / setup-website-content (push) Successful in 10s

This commit is contained in:
2026-06-23 13:43:09 -07:00
parent a9e6155460
commit be96056cf3

View File

@@ -22,7 +22,6 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="{{ $title }}">
<meta name="twitter:description" content="{{ $desc }}">
<meta name="twitter:image" content="{{ $ogimage }}">
<meta name="twitter:site" content="@temper_xyz">
<meta name="twitter:creator" content="@temper_xyz">
{{ $ogvideo := "" }}
@@ -37,5 +36,6 @@
{{ $ogimage = .Params.Image }}
{{ end }}
<meta property="og:image" content="{{ $ogimage }}">
<meta name="twitter:image" content="{{ $ogimage }}">
{{ end }}
</head>