summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--templates/index.html/header.html1
-rw-r--r--templates/page/header.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/templates/index.html/header.html b/templates/index.html/header.html
index 02d642c..0de82b1 100644
--- a/templates/index.html/header.html
+++ b/templates/index.html/header.html
@@ -2,7 +2,6 @@
 <html dir="ltr" lang="${lang}">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <meta http-equiv="Content-Language" content="${lang}" />
     <meta name="viewport" content="width=device-width" />
     <meta name="keywords" content="${keywords}" />
     <meta name="description" content="${description}" />
diff --git a/templates/page/header.html b/templates/page/header.html
index b9535f9..e9119c6 100644
--- a/templates/page/header.html
+++ b/templates/page/header.html
@@ -2,7 +2,6 @@
 <html dir="ltr" lang="${lang}">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-    <meta http-equiv="Content-Language" content="${lang}" />
     <meta name="viewport" content="width=device-width" />
     <meta name="keywords" content="${keywords}" />
     <meta name="description" content="${description}" />