From 0d8ea01b55ccaff484bfdd0842329ffe8ac5a866 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 22 Aug 2022 17:05:28 -0400 Subject: [PATCH] Set lang attribute on html tag --- themes/red/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/red/layouts/_default/baseof.html b/themes/red/layouts/_default/baseof.html index c4963da..5dc4b24 100644 --- a/themes/red/layouts/_default/baseof.html +++ b/themes/red/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{- partial "head.html" . -}} {{- partial "header.html" . -}}