From 92bd754623e540b93c23e807e2f2a6a9f2b65cb0 Mon Sep 17 00:00:00 2001 From: Matthias Urhahn Date: Wed, 19 Mar 2025 22:29:09 +0100 Subject: [PATCH] Create plain.html --- _layouts/plain.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _layouts/plain.html diff --git a/_layouts/plain.html b/_layouts/plain.html new file mode 100644 index 00000000..98c3cec6 --- /dev/null +++ b/_layouts/plain.html @@ -0,0 +1,18 @@ + + + + {%- include head.html -%} + + + +
+
+ {{ content }} +
+
+ + {%- include footer.html -%} + + + +