diff options
Diffstat (limited to '')
-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"/> |