thallada.github.io/_layouts/post.html

23 lines
507 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">
<div class="row clearfix post-header">
<div class="column three-fourths">
2020-01-05 23:09:53 +00:00
<h2 class="post-title"><a href="{{ post.url }}">{{ page.title }}</a></h2>
2014-07-13 23:18:26 +00:00
</div>
<div class="column fourth">
<span class="timestamp">{{ page.date | date_to_string }}</span>
</div>
</div>
<div class="row clearfix">
<div class="column full post">
{{ content }}
</div>
</div>
2014-06-29 19:51:58 +00:00
</div>
2017-08-29 22:18:02 +00:00
2017-11-16 02:56:48 +00:00
{% include comments.html %}
2017-08-29 22:18:02 +00:00
{% include mail-form.html %}