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