From 5a0a0b8d5bcbb789b1165822c2fa9e30a3ff1724 Mon Sep 17 00:00:00 2001 From: Seth Rose Date: Tue, 26 Mar 2024 16:37:56 -0500 Subject: [PATCH] Fixes incorrect language codes referenced in the baseof.html template by updating the lang attribute to use .Site.Language.LanguageCode instead of site.Language.LanguageCode and .Site.Language.LanguageDirection instead of site.Language.LanguageDirection, ensuring the HTML language matches the configuration. --- layouts/_default/baseof.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4f492147..2652ab94 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,8 +2,8 @@ {{- partial "partials/functions/init.html" . -}}