diff options
Diffstat (limited to 'themes/markskitchen/layouts/_default/baseof.html')
-rw-r--r-- | themes/markskitchen/layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/markskitchen/layouts/_default/baseof.html b/themes/markskitchen/layouts/_default/baseof.html index c4963da..5dc4b24 100644 --- a/themes/markskitchen/layouts/_default/baseof.html +++ b/themes/markskitchen/layouts/_default/baseof.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> {{- partial "head.html" . -}} <body> {{- partial "header.html" . -}} |