From a041f469ff41f53601c97454b41cfc4ef3f3ed45 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 28 Apr 2024 15:04:22 +0200 Subject: cleanup + begin fix search page --- _layouts/default.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _layouts/default.html (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..a923692 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,27 @@ + + + + {% include head.html %} + {% include title.html %} + {% include opengraph.html %} + + +
+
+

{{ page.title }}

+ {% if page.subtitle %}

{{ page.subtitle }}

{% endif %} + {% if page.tags %}{% include tags.html tags=page.tags %}{% endif %} +
+ + +
+ {{ content }} +
+
+ + -- cgit v1.2.3