diff options
author | Wolfgang Müller | 2019-07-22 16:20:15 +0200 |
---|---|---|
committer | Wolfgang Müller | 2019-07-22 16:20:15 +0200 |
commit | 9e8bcb3b8e6581e9c05e2dbbd9b9adecf5308b0c (patch) | |
tree | 38a071ee9a76a5358aaa5f84d2672e1d2fb9e329 /templates | |
parent | abf3f24bb24b8e3a97dd69715e54d3cd88cde590 (diff) | |
download | site-9e8bcb3b8e6581e9c05e2dbbd9b9adecf5308b0c.tar.gz |
templates: Add lang attribute to html tag
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.xml | 2 | ||||
-rw-r--r-- | templates/post.xml | 2 |
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} · oriole.systems</title> <link rel="stylesheet" href="../style.css"/> |