Fix #261
This commit is contained in:
parent
a334e197aa
commit
37d73ff832
21 changed files with 26 additions and 30 deletions
|
|
@ -10,6 +10,6 @@
|
|||
{{- with .Site.Params.fb_app_id }}
|
||||
<meta property="fb:app_id" content="{{ . }}" />
|
||||
{{- end }}
|
||||
<meta property="og:url" content="{{ .URL | absLangURL }}" />
|
||||
<meta property="og:url" content="{{ .Permalink | absLangURL }}" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="{{ .Site.Title }}" />
|
||||
<meta property="og:site_name" content="{{ .Site.Title }}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue