From 55dea41c1ab703f13b841389c6888815a033cf86 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 10 May 2024 15:30:17 -0700 Subject: [PATCH] create/skeletons: Remove superfluous language code fallback Closes #12479 --- 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 ce9613a2bd1..479c897137a 100644 --- a/create/skeletons/theme/layouts/_default/baseof.html +++ b/create/skeletons/theme/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{ partial "head.html" . }}