aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/post-preview.html
blob: d86c92c4cd5e8e2eb695f0d5eef15486778049b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<div class="post">
    <h2 id="{{ post.title | slugify }}">
        <a href="{{ post.url }}">{{ post.title }}</a>
    </h2>
    {{ post.excerpt }}
    <p>
    <a href="{{ post.url }}">read more...</a>
    </p>
    <small><p>{{ post.date | date_to_string }}</p></small>
</div>