Change FB locale meta to be dynamic (#108)

This commit is contained in:
Niels Gouman
2018-10-10 21:08:02 +02:00
committed by Michael Noronha
parent 2060eb739d
commit a78533e3d4

View File

@@ -9,7 +9,7 @@
<meta property="twitter:site" content="@{{.Site.Params.twitter}}">
{{ end }}
<meta property="og:site_name" content="{{ .Site.Title }}" />
<meta property="og:locale" content="nn_NO" />
<meta property="og:locale" content="{{ .Site.LanguageCode }}" />
<meta property="og:type" content="article" />
<meta property="og:url" content="{{ .Permalink }}" />
<meta property="og:title" content="{{ .Title }}" />