diff options
author | RayHammer <evkondratyev@yandex.ru> | 2022-10-23 14:32:50 +0200 |
---|---|---|
committer | RayHammer <evkondratyev@yandex.ru> | 2022-10-23 14:32:50 +0200 |
commit | ae4c62c72b04bd2dc0390bb260ea937c1352eff2 (patch) | |
tree | 0e434fc1bae502750acc18808e05acc26a904720 | |
parent | 730d3a8eba6875fa601dece7c0e62e07510b3d1b (diff) |
Added language code to html tag
-rw-r--r-- | themes/stingray/layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/stingray/layouts/_default/baseof.html b/themes/stingray/layouts/_default/baseof.html index 38cf6a3..9a19cbe 100644 --- a/themes/stingray/layouts/_default/baseof.html +++ b/themes/stingray/layouts/_default/baseof.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="{{ .Site.LanguageCode }}"> {{- partial "head.html" . -}} <body> <div class="jumbotron"> |