From 1ac073cc30a23b68371e819c77422b4906dd4f20 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 20 Dec 2022 20:33:57 +0100 Subject: Move to bare theme. --- themes/bare/layouts/_default/baseof.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 themes/bare/layouts/_default/baseof.html (limited to 'themes/bare/layouts/_default/baseof.html') diff --git a/themes/bare/layouts/_default/baseof.html b/themes/bare/layouts/_default/baseof.html new file mode 100755 index 0000000..79c7684 --- /dev/null +++ b/themes/bare/layouts/_default/baseof.html @@ -0,0 +1,14 @@ + + + +{{ partial "head.html" . }} + + + {{ partial "navigation.html" . }} +
+ {{ block "main" . }}{{ end }} +
+ {{ partial "footer.html" . }} + + + \ No newline at end of file -- cgit v1.2.3