diff options
author | Mark Powers <mark@marks.kitchen> | 2024-10-24 08:14:08 -0500 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2024-10-24 08:14:08 -0500 |
commit | 511cbfbafde4ff463751fadf8dd15d3b7eb41cea (patch) | |
tree | 6d89005ca5c8d83481cb794581887f5943175192 /themes/markskitchen/layouts/_default/baseof.html | |
parent | 4a7862b0f1c7cec898bfa08114819a74690d4962 (diff) |
Refactor theme usage
Diffstat (limited to 'themes/markskitchen/layouts/_default/baseof.html')
-rw-r--r-- | themes/markskitchen/layouts/_default/baseof.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/themes/markskitchen/layouts/_default/baseof.html b/themes/markskitchen/layouts/_default/baseof.html deleted file mode 100644 index 5dc4b24..0000000 --- a/themes/markskitchen/layouts/_default/baseof.html +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - {{- partial "head.html" . -}} - <body> - {{- partial "header.html" . -}} - {{- block "main" . }}{{- end }} - {{- partial "footer.html" . -}} - </body> -</html> |