summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2023-01-16 14:17:27 +0800
committerFrederick Yin <fkfd@fkfd.me>2023-01-16 14:17:27 +0800
commit2d3b4add08f850071ba8073dca7a5ba708be7de1 (patch)
tree168606c4fef8622c5dce19bbb9962df90b7a0ffb
parentc20c0a6580b3c3832aac0b49c3f19617136bd8b8 (diff)
Add lang attr to template
-rw-r--r--alabaster-lite/main.html2
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">