thallada.github.io/_layouts/post.html

21 lines
478 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">
<a href="{{ post.url }}"><h2 class="post-title">{{ page.title }}</h2></a>
</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
{% include mail-form.html %}