From 563ce168bf02ef18187361be4d78f9084d12f0b1 Mon Sep 17 00:00:00 2001 From: Oliver Potter <120502505+opott@users.noreply.github.com> Date: Sat, 19 Jul 2025 16:37:56 +0100 Subject: [PATCH] fix: add lang attribute --- _layouts/8702_B_2_poem.html | 2 +- _layouts/course_home.html | 2 +- _layouts/index.html | 2 +- _layouts/page.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_layouts/8702_B_2_poem.html b/_layouts/8702_B_2_poem.html index f847bab..af317d0 100644 --- a/_layouts/8702_B_2_poem.html +++ b/_layouts/8702_B_2_poem.html @@ -1,5 +1,5 @@ - +
diff --git a/_layouts/course_home.html b/_layouts/course_home.html index e14520a..d872e18 100644 --- a/_layouts/course_home.html +++ b/_layouts/course_home.html @@ -2,7 +2,7 @@ --- - + {% include head.html %} {% include header.html %} diff --git a/_layouts/index.html b/_layouts/index.html index c76d56b..5474276 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -2,7 +2,7 @@ --- - + {% include head.html %} {% include header.html %} diff --git a/_layouts/page.html b/_layouts/page.html index c7a5961..ace3a22 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -2,7 +2,7 @@ --- - + {% include head.html %} {% include header.html %}