tpl/tplimpl: Improve locale value in opengraph.html

Closes #12480
This commit is contained in:
Joe Mooring
2024-05-10 15:25:20 -07:00
committed by Bjørn Erik Pedersen
parent ee26e69ce3
commit 87ab7f7ffc
2 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@
<meta property="og:description" content="{{ . }}">
{{- end }}
{{- with or .Params.locale site.Language.LanguageCode site.Language.Lang }}
<meta property="og:locale" content="{{ . }}">
{{- with or .Params.locale site.Language.LanguageCode }}
<meta property="og:locale" content="{{ replace . `-` `_` }}">
{{- end }}
{{- if .IsPage }}