diff options
author | mayx <mayx@outlook.com> | 2025-04-03 16:38:40 +0200 |
---|---|---|
committer | mayx <mayx@outlook.com> | 2025-04-03 16:38:40 +0200 |
commit | b0704e26fcd55ae2402222ef705b2c201b06045a (patch) | |
tree | 77c25a3b4a589cb9601a82ac2acd6c149adfbace /_layouts/default.html | |
parent | 1b4fd0de9b6051d2edb1fb9d59399ecef7411024 (diff) |
Update 6 files
- /js/main.js
- /search.html
- /_layouts/default.html
- /_layouts/post.html
- /_includes/anchor_headings.html
- /_config.yml
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index ded6615..a3c59c7 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="{{ site.lang | default: "zh-CN" }}"> <head> <meta charset="UTF-8"> |