Use absolute URL for share_img

This commit is contained in:
Michael Romero 2017-03-06 15:42:02 -08:00
parent 867ae67b52
commit d3ebf37be4

View File

@ -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 }}