From 208b1fdb04bcceec866596726905c330730c37e3 Mon Sep 17 00:00:00 2001 From: allan Date: Tue, 6 Apr 2021 22:01:54 +0200 Subject: [PATCH] Layout i to spalter --- README.md | 0 .../datacoop2020/layouts/_default/baseof.html | 45 +++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 README.md create mode 100644 website/themes/datacoop2020/layouts/_default/baseof.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/website/themes/datacoop2020/layouts/_default/baseof.html b/website/themes/datacoop2020/layouts/_default/baseof.html new file mode 100644 index 0000000..9245aaa --- /dev/null +++ b/website/themes/datacoop2020/layouts/_default/baseof.html @@ -0,0 +1,45 @@ + + + +{{ partial "head.html" . }} + + + +
+ +
+ + + +
+
+
+ {{ block "main" . }}{{ end }} +
+
+ +
+ +
+ +
+ +{{ partial "bootstrap-js.html" . }} + + + +