From 8ef4dd5cd99b5b13e9e6243fdd7424909230f22a Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 17 Nov 2021 16:23:25 -0500 Subject: [PATCH] add lang attribute to html tag --- themes/secluded/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/secluded/layouts/_default/baseof.html b/themes/secluded/layouts/_default/baseof.html index 4e70b3e5789db591bd3f6ad6d885549295439056..34f35ca5bc382fbf34d16b1aa6489d1b5e722bfb 100644 --- a/themes/secluded/layouts/_default/baseof.html +++ b/themes/secluded/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{- partial "head.html" . -}} {{- partial "header.html" . -}}