aboutsummaryrefslogtreecommitdiff
path: root/articles/templates
diff options
context:
space:
mode:
authorMario Forzanini <mf@marioforzanini.com>2024-07-07 15:25:33 +0200
committerMario Forzanini <mf@marioforzanini.com>2024-07-07 15:25:33 +0200
commit25c526333dbc7cd36fb557b1a6e07fe1449ee3b3 (patch)
tree887e16324d36585ca30966db2bd41901f1afdce7 /articles/templates
parentfe75e6ba3fc46596dc696681d031b3ab0db8317e (diff)
Add lang attribute to html tagHEADmaster
Diffstat (limited to 'articles/templates')
-rw-r--r--articles/templates/page/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/articles/templates/page/header.html b/articles/templates/page/header.html
index 0473ea1..1ae7a58 100644
--- a/articles/templates/page/header.html
+++ b/articles/templates/page/header.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<meta charset="utf-8" content="text/html" lang="en">
<title>${title} - ${sitetitle}</title>