[PATCH] tpl/tplimpl: Improve locale value in opengraph.html

from https://github.com/gohugoio/hugo/commit/87ab7f7ffce82f1c7a264f1f7daa97f13dc77fde
This commit is contained in:
Joe Mooring
2024-05-10 15:25:20 -07:00
committed by Aditya Telange
parent da89fed021
commit 59984fa98f
+2 -2
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 }}