File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1010< meta name ="title " content ="{{ .Title }} | {{ .Site.Title }} ">
1111
1212<!-- Open Graph / Facebook -->
13- < meta property ="og:type " content ="website ">
13+ < meta property ="og:type " content ="article ">
1414< meta property ="og:url " content ="{{ strings.TrimSuffix "readme.html " .Permalink }}">
1515< meta property ="og:title " content ="{{ .Title }} | {{ .Site.Title }} ">
1616< meta property ="og:description " content ="{{ $description }} ">
17- < meta property ="og:image " content ="{{ site.BaseURL }}/favicon-32x32.png " />
17+ {{ if .Site.Params.productCode }}
18+ < meta property ="og:image " content ="/images/og/{{ .Site.Params.productCode }}.png " />
19+ < meta property ="og:image:width " content ="1200 ">
20+ < meta property ="og:image:height " content ="628 ">
21+ < meta property ="og:image:type " content ="image/png ">
22+ {{ end }}
1823
1924<!-- Twitter -->
2025< meta name ="twitter:card " content ="summary ">
You can’t perform that action at this time.
0 commit comments