From 105392237387ee4987395b91844c760c04ac0f79 Mon Sep 17 00:00:00 2001 From: dunji Date: Sun, 5 Jun 2022 09:37:29 +0200 Subject: [PATCH] =?UTF-8?q?Type=20f=C3=BCr=20Wiki/Doku=20angelegt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/wiki/baseof.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 layouts/wiki/baseof.html diff --git a/layouts/wiki/baseof.html b/layouts/wiki/baseof.html new file mode 100644 index 0000000..0183de0 --- /dev/null +++ b/layouts/wiki/baseof.html @@ -0,0 +1,16 @@ + + + + {{- partial "head.html" . -}} + + +
+ {{- partial "header.html" . -}} + + +
+ {{- partial "scripts.html" . -}} + + \ No newline at end of file