thallada.github.io/_layouts/post.html

21 lines
455 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>
{% include comments.html %}
{% include mail-form.html %}