Var re-assignment
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:
@@ -33,7 +33,7 @@
|
|||||||
{{ else }}
|
{{ else }}
|
||||||
{{ $ogimage := printf "%s%s" .Site.BaseURL "/favicon.png" }}
|
{{ $ogimage := printf "%s%s" .Site.BaseURL "/favicon.png" }}
|
||||||
{{ if .Params.Image }}
|
{{ if .Params.Image }}
|
||||||
{{ $ogimage := printf "%s%s" .Site.BaseURL .Params.Image }}
|
{{ $ogimage = printf "%s%s" .Site.BaseURL .Params.Image }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<meta property="og:image" content="{{ $ogimage }}">
|
<meta property="og:image" content="{{ $ogimage }}">
|
||||||
<meta name="twitter:image" content="{{ $ogimage }}">
|
<meta name="twitter:image" content="{{ $ogimage }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user