summaryrefslogtreecommitdiffstatshomepage
path: root/templates
diff options
context:
space:
mode:
authorWolfgang Müller2019-07-22 16:20:15 +0200
committerWolfgang Müller2019-07-22 16:20:15 +0200
commit9e8bcb3b8e6581e9c05e2dbbd9b9adecf5308b0c (patch)
tree38a071ee9a76a5358aaa5f84d2672e1d2fb9e329 /templates
parentabf3f24bb24b8e3a97dd69715e54d3cd88cde590 (diff)
downloadsite-9e8bcb3b8e6581e9c05e2dbbd9b9adecf5308b0c.tar.gz
templates: Add lang attribute to html tag
Diffstat (limited to 'templates')
-rw-r--r--templates/index.xml2
-rw-r--r--templates/post.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.xml b/templates/index.xml
index afe96ec..620a09b 100644
--- a/templates/index.xml
+++ b/templates/index.xml
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<title>oriole.systems</title>
<link rel="stylesheet" href="style.css"/>
diff --git a/templates/post.xml b/templates/post.xml
index 617ce32..bfa39c7 100644
--- a/templates/post.xml
+++ b/templates/post.xml
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<title>${sblg-titletext} &#183; oriole.systems</title>
<link rel="stylesheet" href="../style.css"/>