mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00
Change FB locale meta to be dynamic (#108)
This commit is contained in:

committed by
Michael Noronha

parent
2060eb739d
commit
a78533e3d4
@@ -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 }}" />
|
||||
|
Reference in New Issue
Block a user