Use absolute URL for share_img
This commit is contained in:
parent
867ae67b52
commit
d3ebf37be4
@ -52,6 +52,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Params.share_img }}
|
{{ if .Params.share_img }}
|
||||||
|
<meta property="og:image" content="{{ .Params.share_img | absURL }}" />
|
||||||
{{ else if .Params.bigimg }}
|
{{ else if .Params.bigimg }}
|
||||||
<meta property="og:image" content="{{ .Params.bigimg | absURL }}" />
|
<meta property="og:image" content="{{ .Params.bigimg | absURL }}" />
|
||||||
{{ else if .Site.Params.logo }}
|
{{ else if .Site.Params.logo }}
|
||||||
@ -80,6 +81,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Params.share_img }}
|
{{ if .Params.share_img }}
|
||||||
|
<meta name="twitter:image" content="{{ .Params.share_img | absURL }}" />
|
||||||
{{ else if .Params.bigimg }}
|
{{ else if .Params.bigimg }}
|
||||||
<meta name="twitter:image" content="{{ .Params.bigimg | absURL }}" />
|
<meta name="twitter:image" content="{{ .Params.bigimg | absURL }}" />
|
||||||
{{ else if .Site.Params.logo }}
|
{{ else if .Site.Params.logo }}
|
||||||
|
Loading…
Reference in New Issue
Block a user