From 18491a922d5d0eccd2cee31c7968e01f5b7614cf Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Tue, 24 Oct 2023 13:18:17 -0400 Subject: [PATCH] fix html tag lang property --- _layouts/about.html | 2 +- _layouts/default.html | 2 +- _layouts/landing.html | 2 +- _layouts/services.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/about.html b/_layouts/about.html index 4f9f18e..3f89115 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -1,5 +1,5 @@ - + {%- include head.html -%} diff --git a/_layouts/default.html b/_layouts/default.html index 9180670..9fc60c2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + {%- include head.html -%} diff --git a/_layouts/landing.html b/_layouts/landing.html index fe20b37..444c537 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -1,5 +1,5 @@ - + {%- include head.html -%} diff --git a/_layouts/services.html b/_layouts/services.html index fab18e2..a5e7c4d 100644 --- a/_layouts/services.html +++ b/_layouts/services.html @@ -1,5 +1,5 @@ - + {%- include head.html -%}