og:image using icon512
This commit is contained in:
parent
5de16a03ce
commit
23381aaf63
|
@ -17,7 +17,7 @@
|
||||||
<meta property="og:url" content="{{ .Permalink }}" />
|
<meta property="og:url" content="{{ .Permalink }}" />
|
||||||
<meta property="og:image"
|
<meta property="og:image"
|
||||||
content='{{ if .Params.Image }}{{ .Params.Image | absURL }}
|
content='{{ if .Params.Image }}{{ .Params.Image | absURL }}
|
||||||
{{ else }}{{ .Site.Params.Logo | default "/img/icon.svg" | absURL }}
|
{{ else }}{{ .Site.Params.icon512 | default "/img/icon.svg" | absURL }}
|
||||||
{{ end }}' />
|
{{ end }}' />
|
||||||
{{ if .Params.description }}
|
{{ if .Params.description }}
|
||||||
<meta property="og:description" content="{{ .Params.description }}" />
|
<meta property="og:description" content="{{ .Params.description }}" />
|
||||||
|
@ -32,5 +32,5 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<meta property="og:type" content="blog" />
|
<meta property="og:type" content="blog" />
|
||||||
<meta property="og:image"
|
<meta property="og:image"
|
||||||
content='{{ .Site.Params.Logo | default "/img/icon.svg" | absURL }}' />
|
content='{{ .Site.Params.icon512 | default "/img/icon.svg" | absURL }}' />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in New Issue