fixing ogimage issue
All checks were successful
Build and Deploy Blog Site / setup-website-content (push) Successful in 10s
All checks were successful
Build and Deploy Blog Site / setup-website-content (push) Successful in 10s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user