mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update social.html: use article
when it's a page (#31775)
This commit is contained in:
parent
476bd883ad
commit
42ae96f26d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<meta property="og:url" content="{{ .Permalink }}">
|
||||
<meta property="og:title" content="{{ .Title | markdownify }}">
|
||||
<meta property="og:description" content="{{ .Page.Params.description | default .Site.Params.description | markdownify }}">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:type" content="{{ if .IsPage }}article{{ else }}website{{ end }}">
|
||||
<meta property="og:image" content="{{ .Site.Params.social_image_path | absURL }}">
|
||||
<meta property="og:image:type" content="image/png">
|
||||
<meta property="og:image:width" content="1000">
|
||||
|
|
Loading…
Reference in a new issue