diff options
author | Frederick Yin <fkfd@fkfd.me> | 2023-01-16 14:17:27 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2023-01-16 14:17:27 +0800 |
commit | 2d3b4add08f850071ba8073dca7a5ba708be7de1 (patch) | |
tree | 168606c4fef8622c5dce19bbb9962df90b7a0ffb | |
parent | c20c0a6580b3c3832aac0b49c3f19617136bd8b8 (diff) |
Add lang attr to template
-rw-r--r-- | alabaster-lite/main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alabaster-lite/main.html b/alabaster-lite/main.html index c6ec757..78e3dd2 100644 --- a/alabaster-lite/main.html +++ b/alabaster-lite/main.html @@ -1,6 +1,6 @@ {% from "config.html" import theme with context %} <!DOCTYPE html> -<html> +<html lang="en-US"> <head> {% block head %} <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |