blob: 2cb82b154c889f24d9ae5dccb3b260f07f1f860b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{% assign post = include.post %}
<header class="post-header">
<date>{{ post.date | date_to_string }}</date>
<h1>
<a href="{{ post.url | prepend: site.baseurl }}">
{{ post.title }}
</a>
</h1>
</header>
|