From 0f9a31348079c0a061bcc194912e75cc1c07bc1f Mon Sep 17 00:00:00 2001 From: breadcat Date: Fri, 19 Jun 2020 12:19:25 +0100 Subject: Add theme skeleton --- themes/Brine/layouts/_default/baseof.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 themes/Brine/layouts/_default/baseof.html (limited to 'themes/Brine/layouts/_default/baseof.html') diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html new file mode 100644 index 0000000..5f8e2ec --- /dev/null +++ b/themes/Brine/layouts/_default/baseof.html @@ -0,0 +1,11 @@ + + + {{- partial "head.html" . -}} + + {{- partial "header.html" . -}} +
+ {{- block "main" . }}{{- end }} +
+ {{- partial "footer.html" . -}} + + -- cgit v1.2.3