summaryrefslogtreecommitdiff
path: root/_includes/post-link.liquid
blob: 92548cf5954dbaa2e1eb87472a70f29dfdc6860d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<li>
    <a href="/{{ post.permalink }}">
        {% if post.published_date %}
            <span class="tag">
                {{ post.published_date | date: "%e %b %Y" }}
            </span>
        {% endif %}

        {{ post.title }}
    </a>
</li>