Merge pull request #55 from rayjolt/og-url
Fix og:url meta tag for multilingual sites
This commit is contained in:
commit
978060b661
@ -30,7 +30,7 @@
|
||||
{{- with .Site.Params.fb_app_id }}
|
||||
<meta property="fb:app_id" content="{{ . }}" />
|
||||
{{- end }}
|
||||
<meta property="og:url" content="{{ .URL | absURL }}" />
|
||||
<meta property="og:url" content="{{ .URL | absLangURL }}" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="{{ .Site.Title }}" />
|
||||
<!-- Hugo Version number -->
|
||||
|
Loading…
Reference in New Issue
Block a user