diff options
Diffstat (limited to 'themes/hugo-pt2021/layouts/index.html')
-rw-r--r-- | themes/hugo-pt2021/layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/hugo-pt2021/layouts/index.html b/themes/hugo-pt2021/layouts/index.html index 5188e29..ce4303e 100644 --- a/themes/hugo-pt2021/layouts/index.html +++ b/themes/hugo-pt2021/layouts/index.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang='{{.Site.LanguageCode}}'> +<html class='dark' lang='{{.Site.LanguageCode}}'> {{- partial "head.html" . -}} <body> |