thallada.github.io/_layouts/post.html
Tyler Hallada 32437054a2 Disable comment and subscribe forms
I'm migrating servers and too lazy to set this up again, hardly anyone
used it anyways.
2024-07-16 00:32:34 -04:00

22 lines
557 B
HTML

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