From 1848c024cdf783ff381e87ef20af841e010d7f91 Mon Sep 17 00:00:00 2001 From: danpros Date: Wed, 31 Mar 2021 22:05:17 +0700 Subject: [PATCH] Add html lang --- themes/blog/layout.html.php | 8 ++++---- themes/blog/post.html.php | 4 ++-- themes/clean/layout.html.php | 4 ++-- themes/logs/layout.html.php | 4 ++-- themes/readable/layout.html.php | 4 ++-- themes/twentyfifteen/layout.html.php | 2 +- themes/twentysixteen/layout.html.php | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/themes/blog/layout.html.php b/themes/blog/layout.html.php index 016828b..2c21fc5 100644 --- a/themes/blog/layout.html.php +++ b/themes/blog/layout.html.php @@ -1,8 +1,8 @@ - - - + + + <?php echo $title;?> @@ -33,7 +33,7 @@
- +
diff --git a/themes/blog/post.html.php b/themes/blog/post.html.php index 285329b..efa4751 100644 --- a/themes/blog/post.html.php +++ b/themes/blog/post.html.php @@ -50,8 +50,8 @@ url ?>> comments - - + +
diff --git a/themes/clean/layout.html.php b/themes/clean/layout.html.php index c6cd9c7..d66ed7a 100644 --- a/themes/clean/layout.html.php +++ b/themes/clean/layout.html.php @@ -1,6 +1,6 @@ - + <?php echo $title;?> @@ -15,7 +15,7 @@
- +
diff --git a/themes/logs/layout.html.php b/themes/logs/layout.html.php index bad89c0..f8bcd39 100644 --- a/themes/logs/layout.html.php +++ b/themes/logs/layout.html.php @@ -1,6 +1,6 @@ - + <?php echo $title;?> @@ -15,7 +15,7 @@
- +
diff --git a/themes/readable/layout.html.php b/themes/readable/layout.html.php index 49a4753..111e556 100644 --- a/themes/readable/layout.html.php +++ b/themes/readable/layout.html.php @@ -1,6 +1,6 @@ - + <?php echo $title;?> @@ -15,7 +15,7 @@
- +
diff --git a/themes/twentyfifteen/layout.html.php b/themes/twentyfifteen/layout.html.php index 0ce8007..9caa0fa 100644 --- a/themes/twentyfifteen/layout.html.php +++ b/themes/twentyfifteen/layout.html.php @@ -1,6 +1,6 @@ - + <?php echo $title;?> diff --git a/themes/twentysixteen/layout.html.php b/themes/twentysixteen/layout.html.php index 7a8f78c..52d9441 100644 --- a/themes/twentysixteen/layout.html.php +++ b/themes/twentysixteen/layout.html.php @@ -1,6 +1,6 @@ - + <?php echo $title;?>