diff options
-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"> |