summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-05-10 14:32:35 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-05-10 14:32:35 +0200
commit2be04b544f6613656934760e80c3cba001081117 (patch)
tree4ff801bf40a65c83e09ead20ee6e1636d4c8a555 /layouts/_default/baseof.html
parent413d6f9e3691919a79d8eb4286ea308a01bc3e02 (diff)
use Locale instead of LanguageCode
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 282c9bc..120b467 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="{{ or site.Language.LanguageCode }}">
+<html lang="{{ or site.Language.Locale }}">
<head>
<meta charset="utf-8">