From 32437054a2559bc924bd495456388b61726babf1 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Tue, 16 Jul 2024 00:32:34 -0400 Subject: [PATCH] Disable comment and subscribe forms I'm migrating servers and too lazy to set this up again, hardly anyone used it anyways. --- _layouts/post.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 9bec485..db8a215 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,20 +1,21 @@ --- layout: default --- +

{{ page.title }}

- {{ page.date | date_to_string }} + {{ page.date | date_to_string }}
-
- {{ content }} -
+
{{ content }}
-{% include comments.html %} + + -{% include mail-form.html %} + +