summaryrefslogtreecommitdiff
path: root/site/themes/tui/layouts/_default/baseof.html
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-10-13 12:00:03 -0400
committertriethyl <triethylammonium@pm.me>2025-10-13 12:00:03 -0400
commit2496db965db4fa48197cb31c7750b2a16523ed32 (patch)
treece174f1f94426c8727a31680e0c8e415e998ba66 /site/themes/tui/layouts/_default/baseof.html
parentb2393801585b7e152ffbffb3226f720e66454ea6 (diff)
renamed theme and added content
Diffstat (limited to 'site/themes/tui/layouts/_default/baseof.html')
-rw-r--r--site/themes/tui/layouts/_default/baseof.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/site/themes/tui/layouts/_default/baseof.html b/site/themes/tui/layouts/_default/baseof.html
deleted file mode 100644
index 9ca3a22..0000000
--- a/site/themes/tui/layouts/_default/baseof.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- {{- partial "head.html" . -}}
- </head>
- <body>
- {{- partial "header.html" . -}}
- <div id="content">
- {{- block "main" . }}{{- end }}
- </div>
- {{- partial "footer.html" . -}}
- {{- partial "scripts.html" . -}}
- </body>
-</html>