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/post.html | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 _layouts/post.html (limited to '_layouts/post.html') diff --git a/_layouts/post.html b/_layouts/post.html deleted file mode 100644 index 4597623..0000000 --- a/_layouts/post.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - {% 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