From 287b755e3d42f1acafc774f9c9be482f05634119 Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Thu, 14 Nov 2019 00:47:15 +0000 Subject: [PATCH] Add html lang attribute --- src/_layouts/default.html | 2 +- src/_layouts/page.html | 2 +- src/_layouts/post.html | 2 +- src/_layouts/spotlight.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/_layouts/default.html b/src/_layouts/default.html index 6a5860b..30968b7 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -1,5 +1,5 @@ - + {% include head.html %} {% include header.html %} diff --git a/src/_layouts/page.html b/src/_layouts/page.html index 4c571d5..28a9f50 100644 --- a/src/_layouts/page.html +++ b/src/_layouts/page.html @@ -1,5 +1,5 @@ - + {% include head.html %} diff --git a/src/_layouts/post.html b/src/_layouts/post.html index 441f249..bd37f3d 100644 --- a/src/_layouts/post.html +++ b/src/_layouts/post.html @@ -4,7 +4,7 @@ html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> - + {% include head.html %} diff --git a/src/_layouts/spotlight.html b/src/_layouts/spotlight.html index 2ebaadb..6bd8314 100644 --- a/src/_layouts/spotlight.html +++ b/src/_layouts/spotlight.html @@ -1,5 +1,5 @@ - + {% include head.html %}