From 2400caee573c1c34bbc34d71b29136a960b93bbb Mon Sep 17 00:00:00 2001 From: Olivier Falcoz Date: Sun, 2 Jul 2023 00:05:37 +0200 Subject: [PATCH] Delete 'exampleSite/layouts/_default/baseof.html' --- exampleSite/layouts/_default/baseof.html | 25 ------------------------ 1 file changed, 25 deletions(-) delete mode 100644 exampleSite/layouts/_default/baseof.html diff --git a/exampleSite/layouts/_default/baseof.html b/exampleSite/layouts/_default/baseof.html deleted file mode 100644 index 0f58ac2..0000000 --- a/exampleSite/layouts/_default/baseof.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - {{ partial "head" . }} - - - - -
- {{- block "main" . }}{{- end }} - -
- - {{ template "_internal/google_analytics.html" . }} - {{ template "_internal/google_analytics_async.html" . }} - {{ partial "scripts" . }} - - - \ No newline at end of file