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:card" content="summary_large_image">
|
||||||
<meta name="twitter:title" content="{{ $title }}">
|
<meta name="twitter:title" content="{{ $title }}">
|
||||||
<meta name="twitter:description" content="{{ $desc }}">
|
<meta name="twitter:description" content="{{ $desc }}">
|
||||||
<meta name="twitter:image" content="{{ $ogimage }}">
|
|
||||||
<meta name="twitter:site" content="@temper_xyz">
|
<meta name="twitter:site" content="@temper_xyz">
|
||||||
<meta name="twitter:creator" content="@temper_xyz">
|
<meta name="twitter:creator" content="@temper_xyz">
|
||||||
{{ $ogvideo := "" }}
|
{{ $ogvideo := "" }}
|
||||||
@@ -37,5 +36,6 @@
|
|||||||
{{ $ogimage = .Params.Image }}
|
{{ $ogimage = .Params.Image }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<meta property="og:image" content="{{ $ogimage }}">
|
<meta property="og:image" content="{{ $ogimage }}">
|
||||||
|
<meta name="twitter:image" content="{{ $ogimage }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user