Disable comment and subscribe forms

I'm migrating servers and too lazy to set this up again, hardly anyone
used it anyways.
This commit is contained in:
Tyler Hallada 2024-07-16 00:32:34 -04:00
parent 5dda9d0080
commit 32437054a2

View File

@ -1,20 +1,21 @@
--- ---
layout: default layout: default
--- ---
<div class="card"> <div class="card">
<div class="row clearfix"> <div class="row clearfix">
<div class="column full post-header"> <div class="column full post-header">
<h2 class="post-title"><a href="{{ post.url }}">{{ page.title }}</a></h2> <h2 class="post-title"><a href="{{ post.url }}">{{ page.title }}</a></h2>
<span class="timestamp">{{ page.date | date_to_string }}</span> <span class="timestamp">{{ page.date | date_to_string }}</span>
</div> </div>
</div> </div>
<div class="row clearfix"> <div class="row clearfix">
<div class="column full post"> <div class="column full post">{{ content }}</div>
{{ content }}
</div>
</div> </div>
</div> </div>
{% include comments.html %} <!-- disabling until I fix the comments system -->
<!-- {% include comments.html %} -->
{% include mail-form.html %} <!-- disabling until I fix the mail form -->
<!-- {% include mail-form.html %} -->