changed share_img to absolute URL
This commit is contained in:
parent
71c560081f
commit
0de8a6a977
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
{{ end }}
|
||||
|
||||
{{ if .Params.share_img }}
|
||||
<meta property="og:image" content="{{ .Params.share_img }}" />
|
||||
<meta property="og:image" content="{{ .Params.share_img | absURL }}" />
|
||||
{{ else if .Params.bigimg }}
|
||||
<meta property="og:image" content="{{ .Params.bigimg | absURL }}" />
|
||||
{{ else if .Site.Params.logo }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue