thallada.github.io/_layouts/post.html

21 lines
497 B
HTML
Raw Normal View History

2014-06-29 19:51:58 +00:00
---
layout: default
---
2014-07-13 23:18:26 +00:00
<div class="card">
2022-10-05 22:42:35 +00:00
<div class="row clearfix">
<div class="column full post-header">
2020-01-05 23:09:53 +00:00
<h2 class="post-title"><a href="{{ post.url }}">{{ page.title }}</a></h2>
<span class="timestamp">{{ page.date | date_to_string }}</span>
2014-07-13 23:18:26 +00:00
</div>
</div>
<div class="row clearfix">
<div class="column full post">{{ content }}</div>
2014-07-13 23:18:26 +00:00
</div>
2014-06-29 19:51:58 +00:00
</div>
2017-08-29 22:18:02 +00:00
2024-07-22 15:27:42 +00:00
{% include comments.html %}
2017-11-16 02:56:48 +00:00
<!-- disabling until I fix the mail form -->
<!-- {% include mail-form.html %} -->