From 2ab43fa3743d68def97a11987e341ecb3ed5410e Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Sat, 27 Aug 2022 13:03:11 +0900 Subject: [PATCH] PUBLISH: add html lang --- docs/404.html | 2 +- docs/about/index.html | 2 +- docs/index.html | 2 +- docs/reviews/index.html | 2 +- docs/reviews/the-french-dispatch/index.html | 2 +- layouts/_default/baseof.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/404.html b/docs/404.html index 32c81f9..8385f62 100644 --- a/docs/404.html +++ b/docs/404.html @@ -1,5 +1,5 @@ - + 404 Page not found diff --git a/docs/about/index.html b/docs/about/index.html index b004d00..b63b9ec 100644 --- a/docs/about/index.html +++ b/docs/about/index.html @@ -1,5 +1,5 @@ - + About diff --git a/docs/index.html b/docs/index.html index 23129de..a8c9642 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,5 +1,5 @@ - + CaAlden: Films diff --git a/docs/reviews/index.html b/docs/reviews/index.html index 1dae0c8..4a51b9c 100644 --- a/docs/reviews/index.html +++ b/docs/reviews/index.html @@ -1,5 +1,5 @@ - + Reviews diff --git a/docs/reviews/the-french-dispatch/index.html b/docs/reviews/the-french-dispatch/index.html index f56b62d..ef35cd3 100644 --- a/docs/reviews/the-french-dispatch/index.html +++ b/docs/reviews/the-french-dispatch/index.html @@ -1,5 +1,5 @@ - + The French Dispatch diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d663ad3..2f3774a 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{- partial "head.html" . -}} {{- partial "header.html" . -}}