aboutsummaryrefslogtreecommitdiff
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
parentfe75e6ba3fc46596dc696681d031b3ab0db8317e (diff)
Add lang attribute to html tagHEADmaster
-rw-r--r--articles/templates/page/header.html2
-rw-r--r--old/CBI2021/templates/page/header.html2
-rw-r--r--old/templates/page/header.html2
-rw-r--r--templates/page/header.html2
4 files changed, 4 insertions, 4 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>
diff --git a/old/CBI2021/templates/page/header.html b/old/CBI2021/templates/page/header.html
index 9d29def..622660d 100644
--- a/old/CBI2021/templates/page/header.html
+++ b/old/CBI2021/templates/page/header.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="it">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1">
diff --git a/old/templates/page/header.html b/old/templates/page/header.html
index 03f2a4f..319b60b 100644
--- a/old/templates/page/header.html
+++ b/old/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>
diff --git a/templates/page/header.html b/templates/page/header.html
index 5a3c886..b6bc735 100644
--- a/templates/page/header.html
+++ b/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>