diff options
Diffstat (limited to 'themes/hugo-pt2021/layouts/_default/baseof.html')
-rw-r--r-- | themes/hugo-pt2021/layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/hugo-pt2021/layouts/_default/baseof.html b/themes/hugo-pt2021/layouts/_default/baseof.html index ba3c4f8..614edd0 100644 --- a/themes/hugo-pt2021/layouts/_default/baseof.html +++ b/themes/hugo-pt2021/layouts/_default/baseof.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang='en-US'> +<html lang='{{$.Site.LanguageCode}}'> {{- partial "head.html" . -}} <body> |