diff options
author | Yihui Xie | 2017-06-16 22:50:19 -0500 |
---|---|---|
committer | Yihui Xie | 2017-06-16 22:50:19 -0500 |
commit | d023e3b56011d349703373540dff5cf7e50beb85 (patch) | |
tree | 92b0b03fdea55a8dfa0fa1e2f964b8c41df8da27 /layouts | |
parent | 2b5a86a26bdbf80d88e354263d0b1f9773b33c9c (diff) | |
download | hugo-xmin-d023e3b56011d349703373540dff5cf7e50beb85.tar.lz hugo-xmin-d023e3b56011d349703373540dff5cf7e50beb85.tar.zst hugo-xmin-d023e3b56011d349703373540dff5cf7e50beb85.zip |
add language code
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 5067848..6f291e2 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="{{ .Site.LanguageCode }}"> <head> <meta charset="utf-8"> <title>{{ .Title }} | {{ .Site.Title }}</title> |