From b63f24adc78e09c1044b448daa7c6cb375cebee6 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sat, 31 Aug 2024 07:49:53 -0700 Subject: [PATCH] create/skeletons: Clean up lang attribute in base template --- create/skeletons/theme/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create/skeletons/theme/layouts/_default/baseof.html b/create/skeletons/theme/layouts/_default/baseof.html index 479c89713..39dcbec61 100644 --- a/create/skeletons/theme/layouts/_default/baseof.html +++ b/create/skeletons/theme/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{ partial "head.html" . }}