From 1dea9b0a02a2cd418ccd81fb6ac2f546fbabccd7 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 22 Jun 2024 11:10:21 -0700 Subject: [PATCH] Remove baseof from the test-site --- layouts/_default/baseof.html | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 layouts/_default/baseof.html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html deleted file mode 100644 index c7cf660..0000000 --- a/layouts/_default/baseof.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - Test Site - {{ with (partial "system_css.html" .) }} - - {{ end }} - - -
- {{ block "main" . }}{{ end }} -
- - -