diff options
Diffstat (limited to 'templates/home.html')
-rw-r--r-- | templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/home.html b/templates/home.html index 5b5cd6b..cec0969 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> {{ template "header" . }} <title>{{.GlobalVars.Name}}</title> |